fix a few more tags (#14648)

This commit is contained in:
Aditya Bist
2021-03-10 15:10:08 -08:00
committed by GitHub
parent e97429cb74
commit 46f805a8be
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ import { ILogService } from 'vs/platform/log/common/log';
import { IExtHostApiDeprecationService } from 'vs/workbench/api/common/extHostApiDeprecationService';
export class ExtHostTask extends ExtHostTaskBase {
// private _variableResolver: ExtHostVariableResolverService | undefined; {{ SQL CARBON EDIT }}
// private _variableResolver: ExtHostVariableResolverService | undefined; {{SQL CARBON EDIT}}
constructor(
@IExtHostRpcService extHostRpc: IExtHostRpcService,
@@ -122,7 +122,7 @@ export class ExtHostTask extends ExtHostTaskBase {
// this._variableResolver = new ExtHostVariableResolverService(workspaceFolders, this._editorService, configProvider, process.env as IProcessEnvironment);
// }
// return this._variableResolver;
// } {{ SQL CARBON EDIT }}
// } {{SQL CARBON EDIT}}
public async $resolveVariables(uriComponents: UriComponents, toResolve: { process?: { name: string; cwd?: string; path?: string }, variables: string[] }): Promise<{ process?: string, variables: { [key: string]: string; } }> {
/*const uri: URI = URI.revive(uriComponents);