vscode-kotlin icon indicating copy to clipboard operation
vscode-kotlin copied to clipboard

Incorrect current working directory

Open Riari opened this issue 2 years ago • 1 comments

Description

By default, on Windows, the working directory when debugging appears to be C:\Users\<user>\AppData\Local\Programs\Microsoft VS Code. I'm not entirely sure if this is a bug or intended behaviour, but it seems wrong as my project is not in that path at all. It would be nice to have control over this via #42 or similar.

Note that I encountered this issue using the Kotlin Advent of Code template (built with Gradle).

Extension version

v0.2.26

Riari avatar Dec 05 '22 18:12 Riari