You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode.window.showWarningMessage(`Task changed its configuration namespace from "task" to "taskfile". Your task settings will not be applied until you update your settings accordingly.`,"More Info").then(selection=>{
vscode.window.showWarningMessage(`Task changed its configuration namespace from "${oldConfigKey}" to "${configKey}". Your task settings will not be applied until you update your settings accordingly.`,"More Info").then(selection=>{
0 commit comments