File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 48
48
"outFiles" : [
49
49
" ${workspaceRoot}/built/local/run.js"
50
50
],
51
-
52
- // NOTE: To use this, you must switch the "type" above to "pwa-node". You may also need to follow the instructions
53
- // here: https://github.com/microsoft/vscode-js-debug#nightly-extension to use the js-debug nightly until
54
- // this feature is shipping in insiders or to a release:
55
- // "customDescriptionGenerator": "'__tsDebuggerDisplay' in this ? this.__tsDebuggerDisplay(defaultValue) : defaultValue"
51
+ "customDescriptionGenerator" : " '__tsDebuggerDisplay' in this ? this.__tsDebuggerDisplay(defaultValue) : defaultValue" ,
56
52
},
57
53
{
58
54
// See: https://github.com/microsoft/TypeScript/wiki/Debugging-Language-Service-in-VS-Code
59
55
"type" : " node" ,
60
56
"request" : " attach" ,
61
57
"name" : " Attach to VS Code TS Server via Port" ,
62
58
"processId" : " ${command:PickProcess}" ,
63
-
64
- // NOTE: To use this, you must switch the "type" above to "pwa-node". You may also need to follow the instructions
65
- // here: https://github.com/microsoft/vscode-js-debug#nightly-extension to use the js-debug nightly until
66
- // this feature is shipping in insiders or to a release:
67
- // "customDescriptionGenerator": "'__tsDebuggerDisplay' in this ? this.__tsDebuggerDisplay(defaultValue) : defaultValue"
59
+ "customDescriptionGenerator" : " '__tsDebuggerDisplay' in this ? this.__tsDebuggerDisplay(defaultValue) : defaultValue" ,
68
60
}
69
61
]
70
62
}
Original file line number Diff line number Diff line change 2
2
// contents into your existing settings.
3
3
{
4
4
"eslint.validate" : [
5
- {
6
- "language" : " typescript" ,
7
- "autoFix" : true
8
- }
5
+ " typescript"
9
6
],
10
7
"eslint.options" : {
11
8
"rulePaths" : [" ./scripts/eslint/built/rules/" ],
16
13
17
14
// To use the locally built compiler, after 'npm run build':
18
15
// "typescript.tsdk": "built/local"
19
- }
16
+ }
You can’t perform that action at this time.
0 commit comments