mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
css/json/html web: adopt LanguageClient API change (#218060)
This commit is contained in:
committed by
GitHub
parent
1b27e602ed
commit
a28cbc207a
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out"
|
||||
"outDir": "./out",
|
||||
"lib": [
|
||||
"webworker"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
|
||||
Reference in New Issue
Block a user