зеркало из
1
0
Форкнуть 0
This commit is contained in:
Orta Therox 2021-12-14 16:21:15 +00:00
Родитель a7cf3c8b65
Коммит 528ab6c7b0
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,11 @@
## VS Code Extensions from the TypeScript Team
## Extensions
### [TypeScript Playground for VS Code](./packages/playground)
An extension which runs a virtualized TypeScript project for safe exploration in learning and debugging TypeScript.
## Deployment
The extensions are deployed to the vscode extension after a merge as _preview_ builds. Trigger this [workflow to deploy to production](https://github.com/microsoft/TypeScript-VSCode-Extensions/actions/workflows/production-deploy.yml).

Просмотреть файл

@ -73,7 +73,7 @@ export function activate(context: vscode.ExtensionContext) {
// This needs TS which means it has to run in the worker
// const params = new URLSearchParams(params)
// const params = new URLSearchParams(uri.query)
// const compilerDefaults = getTSConfigForConfig(getDefaultSandboxCompilerOptions(false, {}))
// memFs.writeFile(vscode.Uri.parse(`playfs:/tsconfig.json`), toBuffer(compilerDefaults), { create: true, overwrite: true, readonly: true });
}