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
I manage everything related to CPH (Competitive Programming Helper) in a single repository because I want to isolate the unique settings for competitive programming from other repositories. For this reason, I store all the specific settings in the .vscode folder. I would like to place the automatically selected template inside the repository and configure the cph.general.defaultLanguageTemplateFileLocation setting to point to this location.
I’ve tried two methods: one using a variables reference and the other using a path starting with ./. Neither method worked.
Since my repository is used across different machines, I want to avoid 1. writing absolute paths or 2. placing the settings outside of the repository.
Extension Version:v2024.7.1722430096
VS Code Version:1.94.1
Browser Version:Chromium Engine Version 129.0.6668.90
Operating System:Linux tnraro 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
I manage everything related to CPH (Competitive Programming Helper) in a single repository because I want to isolate the unique settings for competitive programming from other repositories. For this reason, I store all the specific settings in the .vscode folder. I would like to place the automatically selected template inside the repository and configure the
cph.general.defaultLanguageTemplateFileLocation
setting to point to this location.I’ve tried two methods: one using a variables reference and the other using a path starting with
./
. Neither method worked.Since my repository is used across different machines, I want to avoid 1. writing absolute paths or 2. placing the settings outside of the repository.
Extension Version:
v2024.7.1722430096
VS Code Version:
1.94.1
Browser Version:
Chromium Engine Version 129.0.6668.90
Operating System:
Linux tnraro 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: