Switch TS ext to use LogOutputChannel (#179205)

Fixes #176479
This commit is contained in:
Matt Bierner
2023-04-05 10:44:21 -07:00
committed by GitHub
parent 5da5017a2c
commit cc69fb1aad
6 changed files with 26 additions and 113 deletions

View File

@@ -232,17 +232,6 @@
"description": "%typescript.tsserver.pluginPaths%",
"scope": "machine"
},
"typescript.tsserver.trace": {
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "%typescript.tsserver.trace%",
"scope": "window"
},
"javascript.suggest.completeFunctionCalls": {
"type": "boolean",
"default": false,