vscode/extensions/typescript-language-features
Matt Bierner 96a5151f7a Workaround for TS not being able to handle interactive playground resource with query parameters in uri
Fixes #81059
Fixes #82419

The interactive playground generates uris that have query paramters. This causes the TS Server to crash. The workaround here is make sure the file paths we give to TS Server don't have query paramters but the ones we work with locally do
2019-10-21 18:26:40 -07:00
..
schemas Move js/ts json validation to js/ts language features extension 2019-10-04 15:31:21 -07:00
src Workaround for TS not being able to handle interactive playground resource with query parameters in uri 2019-10-21 18:26:40 -07:00
.vscodeignore
cgmanifest.json
extension.webpack.config.js
icon.png
language-configuration.json
package.json document that suggest.names doesn't work with checkjs 2019-10-19 16:19:35 -07:00
package.nls.json document that suggest.names doesn't work with checkjs 2019-10-19 16:19:35 -07:00
README.md
tsconfig.json
yarn.lock update yarn.lock files 2019-08-21 18:04:55 +02:00

Language Features for TypeScript and JavaScript files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See TypeScript in Visual Studio Code and JavaScript in Visual Studio Code to learn about the features of this extension.