aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/src
Commit message (Collapse)AuthorAgeFilesLines
* Move to ES2021, use the latest vscode clientDanielGavin2025-09-242-4/+10
|
* Check to see that the user `ols.json` exists before copying itBrad Lewis2025-08-161-4/+7
|
* Merge pull request #872 from BradLewis/fix/vscode-extension-odin-commandDanielGavin2025-08-161-19/+5
|\ | | | | Fix issue with vscode extension incorrectly concatenating paths when using `odin_command`
| * Fix issue with vscode extension incorrectly concatenating paths when using ↵Brad Lewis2025-08-131-19/+5
| | | | | | | | `odin_command`
* | Copy the users ols.json to the new folder when updating the binary with vscodeBrad Lewis2025-08-151-0/+3
|/
* Check for updates in the vscode extension asynchronouslyBrad Lewis2025-08-061-26/+50
|
* Support document parse on runtime packageDanielGavin2025-05-261-1/+1
|
* Fixed issue with magic completion in call expressions.DanielGavin2025-05-171-7/+14
|
* read odin_command from ols.json to check if it existshardliner662025-03-093-411/+426
|
* improved the starting configuration dialogCarlyle2025-01-031-12/+21
|
* made 'create ols.json' and 'edit global ols.json' behave more consistently ↵Carlyle2025-01-031-27/+39
| | | | with each other
* added the Edit global config commandCarlyle2024-12-312-20/+32
|
* Add exclude path for workspace symbols.DanielGavin2024-12-303-25/+29
|
* Allow to dismiss update dialog and continue to work offlineViktor2024-10-231-9/+11
|
* Automatically add shared collection.DanielGavin2024-02-222-3/+15
|
* Change the template of vscode extension for `ols.json`DanielGavin2024-02-221-2/+1
|
* Don't add collection "vendor" in test runningDanielGavin2023-12-031-1/+1
|
* Add `$schema` field to generated `ols.json` fileDamian Tarnawski2023-06-111-0/+1
|
* Put ols binaries into their own folder by release id, so an update can be ↵Fabian Sperber2023-03-101-8/+52
| | | | done in parallel while still being in use (windows)
* update lookupInPath to follow synmlink to find odin rootbokunodev2023-03-031-3/+8
| | | | | Changes to be committed: modified: src/toolchain.ts
* [vscode] [minor] change the promise handling style of fs.statFelipe Lavratti2022-09-191-3/+5
|
* [vscode] Fix debugging in vscode ideFelipe Lavratti2022-09-182-10/+30
|
* FixesDaniel Gavin2022-03-133-249/+4
|
* make the parens optional in @testDaniel Gavin2022-01-171-1/+1
|
* add temp workDaniel Gavin2021-12-253-1/+259
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2021-06-111-3/+0
|\
| * new extension versionDanielGavin2021-05-231-3/+0
| |
* | support named arguments in overloadingDaniel Gavin2021-06-111-0/+1
|/
* Have vscode generate a ols file for you on new projects.Daniel Gavin2021-05-234-32/+71
|
* fix read on large filesDanielGavin2021-05-111-1/+1
|
* added darwin x64 to extensionDaniel Gavin2021-05-102-7/+22
|
* move commands to it seperate fileDanielGavin2021-05-095-99/+191
|
* remove unused packageDanielGavin2021-05-091-1/+0
|
* add linux x64 as part of the binary + update to 0.0.6DanielGavin2021-05-091-5/+1
|
* Add the ability to run testsDaniel Gavin2021-05-062-18/+18
|
* forget to set the last_checked, if the ols version matches the current one.Daniel Gavin2021-05-051-0/+1
|
* wrong date checkDaniel Gavin2021-05-051-1/+1
|
* add grammar to extensionDaniel Gavin2021-05-051-0/+4
|
* move vscode extension to make it easier to sync releasesDaniel Gavin2021-05-048-0/+1084