aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/src/toolchain.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with vscode extension incorrectly concatenating paths when using ↵Brad Lewis2025-08-131-19/+5
| | | | `odin_command`
* read odin_command from ols.json to check if it existshardliner662025-03-091-40/+47
|
* added the Edit global config commandCarlyle2024-12-311-1/+1
|
* update lookupInPath to follow synmlink to find odin rootbokunodev2023-03-031-3/+8
| | | | | Changes to be committed: modified: src/toolchain.ts
* Have vscode generate a ols file for you on new projects.Daniel Gavin2021-05-231-5/+12
|
* move vscode extension to make it easier to sync releasesDaniel Gavin2021-05-041-0/+51