]> Git Repo - pico-vscode.git/commit
Add global env vars and compile button
authorpaulober <[email protected]>
Fri, 7 Jul 2023 00:42:36 +0000 (02:42 +0200)
committerpaulober <[email protected]>
Fri, 7 Jul 2023 00:42:36 +0000 (02:42 +0200)
commit1b1fa5998c60bcdfa01784d417b2b6d38ebdfa7b
treed0a364c4bf2f6b29814e7db86e3ec96c7c7bdcbd
parentdaf791db9b9b80c813fb55d23433fbe9c05ea747
Add global env vars and compile button
16 files changed:
README.md
package.json
scripts/deleteAllGlobalEnvVars.ps1 [new file with mode: 0755]
scripts/pico_project.py
src/commands/clearEnvSuffixes.mts [new file with mode: 0644]
src/commands/compileProject.mts [new file with mode: 0644]
src/commands/launchTargetPath.mts [new file with mode: 0644]
src/commands/newProject.mts
src/commands/switchSDK.mts
src/extension.mts
src/settings.mts
src/ui.mts
src/utils/cmakeUtil.mts
src/utils/globalEnvironmentUtil.mts [new file with mode: 0644]
src/utils/vscodeConfigUtil.mts
yarn.lock
This page took 0.038991 seconds and 4 git commands to generate.