File tree 4 files changed +2
-12
lines changed
4 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
2
"recommendations" : [" ms-vscode.vscode-typescript-tslint-plugin" ]
5
3
}
Original file line number Diff line number Diff line change 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
5
1
{
6
2
"version" : " 0.2.0" ,
7
3
"configurations" : [
Original file line number Diff line number Diff line change 1
- // Place your settings in this file to overwrite default and user settings.
2
1
{
3
2
"files.exclude" : {
4
- "out" : false // set this to true to hide the "out" folder with the compiled JS files
3
+ "out" : false
5
4
},
6
5
"search.exclude" : {
7
- "out" : true // set this to false to include "out" folder in search results
6
+ "out" : true
8
7
},
9
- // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10
8
"typescript.tsc.autoDetect" : " off" ,
11
9
"prettier.semi" : false ,
12
10
"prettier.singleQuote" : true
Original file line number Diff line number Diff line change 1
- // See https://go.microsoft.com/fwlink/?LinkId=733558
2
- // for the documentation about the tasks.json format
3
1
{
4
2
"version" : " 2.0.0" ,
5
3
"tasks" : [
You can’t perform that action at this time.
0 commit comments