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
assert.strictEqual(systemVariables.resolve('abc ${config.editor.fontFamily} ${config.terminal.integrated.fontFamily} xyz'),'abc foo \\VSCode\\workspaceLocation bar bar xyz');
65
+
}else{
66
+
assert.strictEqual(systemVariables.resolve('abc ${config.editor.fontFamily} ${config.terminal.integrated.fontFamily} xyz'),'abc foo /VSCode/workspaceLocation bar bar xyz');
assert.strictEqual(systemVariables.resolve('abc ${config.editor.fontFamily} ${config.terminal.integrated.fontFamily} xyz'),'abc foo \\VSCode\\workspaceLocation bar bar xyz');
85
+
}else{
86
+
assert.strictEqual(systemVariables.resolve('abc ${config.editor.fontFamily} ${config.terminal.integrated.fontFamily} xyz'),'abc foo /VSCode/workspaceLocation bar bar xyz');
87
+
}
88
+
});
49
89
test('SystemVariables: substitute one env variable',()=>{
0 commit comments