vscode/src
Matt Bierner e41c195051 Work towards allowing enhanced syntax server commands to be run against any file
We currently restrict the TS server to working with a small set of file schemes. This is done because the TS server itself cannot read files from on of VS Code's virtual file system providers (and will crash if it tries to do so)

However we can enable single file commands for these other file schemes, so long as they are treated as in-memory files. This change works towards supporting that by changing when certain providers are enabled/disabled
2020-07-20 16:27:37 -07:00
..
typings
vs Work towards allowing enhanced syntax server commands to be run against any file 2020-07-20 16:27:37 -07:00
bootstrap-amd.js Enable sandbox and contextIsolation for process explorer when running with --__sandbox (#102924) 2020-07-20 10:30:20 +02:00
bootstrap-fork.js
bootstrap-node.js
bootstrap-window.js Enable sandbox and contextIsolation for process explorer when running with --__sandbox (#102924) 2020-07-20 10:30:20 +02:00
bootstrap.js Enable sandbox and contextIsolation for process explorer when running with --__sandbox (#102924) 2020-07-20 10:30:20 +02:00
buildfile.js
cli.js
main.js code 💄 2020-07-06 07:21:51 +02:00
paths.js
tsconfig.base.json
tsconfig.json
tsconfig.monaco.json