mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
Fix tsconfig provider not setting workspace for active file
This commit is contained in:
@@ -107,7 +107,7 @@ class TscTaskProvider implements vscode.TaskProvider {
|
||||
|
||||
const { configFileName } = res.body;
|
||||
if (configFileName && !isImplicitProjectConfigFile(configFileName)) {
|
||||
const path = vscode.Uri.parse(configFileName);
|
||||
const path = vscode.Uri.file(configFileName);
|
||||
const folder = vscode.workspace.getWorkspaceFolder(path);
|
||||
return [{
|
||||
path: configFileName,
|
||||
|
||||
Reference in New Issue
Block a user