mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 19:30:05 +08:00
chore(vscode): update to 1.53.2
These conflicts will be resolved in the following commits. We do it this way so that PR review is possible.
This commit is contained in:
@ -103,7 +103,7 @@ export class NpmScriptHoverProvider implements HoverProvider {
|
||||
let documentUri = args.documentUri;
|
||||
let folder = workspace.getWorkspaceFolder(documentUri);
|
||||
if (folder) {
|
||||
let task = await createTask(this.context, script, `run ${script}`, folder, documentUri);
|
||||
let task = await createTask(this.context, script, ['run', script], folder, documentUri);
|
||||
await tasks.executeTask(task);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user