Skip to content

Commit 234774b

Browse files
authored
Merge branch 'master' into changelog/minFindSymbolsFilterLength
2 parents 9f91362 + 6c6c4c9 commit 234774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configurationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class CSharpConfigurationProvider implements vscode.DebugConfigurationPro
137137

138138
// read from envFile and set config.env
139139
if (config.envFile) {
140-
config = this.parseEnvFile(config.envFile.replace(/\${workspaceFolder}/g, folder.uri.path), config);
140+
config = this.parseEnvFile(config.envFile.replace(/\${workspaceFolder}/g, folder.uri.fsPath), config);
141141
}
142142

143143
// vsdbg will error check the debug configuration fields

0 commit comments

Comments
 (0)