Skip to content

Commit e4473ac

Browse files
Damian SznajderDamian Sznajder
Damian Sznajder
authored and
Damian Sznajder
committed
🔥 Remove comments from .vscode
1 parent 9bf85aa commit e4473ac

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

.vscode/extensions.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846
3-
// for the documentation about the extensions.json format
42
"recommendations": ["ms-vscode.vscode-typescript-tslint-plugin"]
53
}

.vscode/launch.json

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// A launch configuration that compiles the extension and then opens it inside a new window
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
51
{
62
"version": "0.2.0",
73
"configurations": [

.vscode/settings.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
// Place your settings in this file to overwrite default and user settings.
21
{
32
"files.exclude": {
4-
"out": false // set this to true to hide the "out" folder with the compiled JS files
3+
"out": false
54
},
65
"search.exclude": {
7-
"out": true // set this to false to include "out" folder in search results
6+
"out": true
87
},
9-
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
108
"typescript.tsc.autoDetect": "off",
119
"prettier.semi": false,
1210
"prettier.singleQuote": true

.vscode/tasks.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// See https://go.microsoft.com/fwlink/?LinkId=733558
2-
// for the documentation about the tasks.json format
31
{
42
"version": "2.0.0",
53
"tasks": [

0 commit comments

Comments
 (0)