File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 4848 "outFiles" : [
4949 " ${workspaceRoot}/built/local/run.js"
5050 ],
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" ,
5652 },
5753 {
5854 // See: https://github.com/microsoft/TypeScript/wiki/Debugging-Language-Service-in-VS-Code
5955 "type" : " node" ,
6056 "request" : " attach" ,
6157 "name" : " Attach to VS Code TS Server via Port" ,
6258 "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" ,
6860 }
6961 ]
7062}
Original file line number Diff line number Diff line change 22// contents into your existing settings.
33{
44 "eslint.validate" : [
5- {
6- "language" : " typescript" ,
7- "autoFix" : true
8- }
5+ " typescript"
96 ],
107 "eslint.options" : {
118 "rulePaths" : [" ./scripts/eslint/built/rules/" ],
1613
1714 // To use the locally built compiler, after 'npm run build':
1815 // "typescript.tsdk": "built/local"
19- }
16+ }
You can’t perform that action at this time.
0 commit comments