Skip to content

Commit fcb70cd

Browse files
committed
test
1 parent 44040df commit fcb70cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/vscode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export function resolveVariables(
195195
'${pathSeparator}': path.sep,
196196
'${/}': path.sep,
197197
'${exeExtname}': os.platform() === 'win32' ? '.exe' : '',
198+
asdf,
198199
};
199200

200201
// Replace all regexes with their matches at once

0 commit comments

Comments
 (0)