index
:
odin/ols.git
action-organizeImports
ci-changes
fix-ci
fix-stale-error
index-caching
inlay-range
make-ci-work
master
objc-branch
objc-fixes
poly
remove-unused-imports
rename
semantic_tokens_range
test
uri-fix-diagnostics
use-recursion-map
Language server for Odin
Daniel Gavin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
vscode
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check to see that the user `ols.json` exists before copying it
Brad Lewis
2025-08-16
1
-4
/
+7
*
Merge pull request #872 from BradLewis/fix/vscode-extension-odin-command
DanielGavin
2025-08-16
1
-19
/
+5
|
\
|
*
Fix issue with vscode extension incorrectly concatenating paths when using `o...
Brad Lewis
2025-08-13
1
-19
/
+5
*
|
Copy the users ols.json to the new folder when updating the binary with vscode
Brad Lewis
2025-08-15
1
-0
/
+3
|
/
*
Check for updates in the vscode extension asynchronously
Brad Lewis
2025-08-06
1
-26
/
+50
*
Support document parse on runtime package
DanielGavin
2025-05-26
1
-1
/
+1
*
Fixed issue with magic completion in call expressions.
DanielGavin
2025-05-17
1
-7
/
+14
*
read odin_command from ols.json to check if it exists
hardliner66
2025-03-09
3
-411
/
+426
*
improved the starting configuration dialog
Carlyle
2025-01-03
1
-12
/
+21
*
made 'create ols.json' and 'edit global ols.json' behave more consistently wi...
Carlyle
2025-01-03
1
-27
/
+39
*
added the Edit global config command
Carlyle
2024-12-31
2
-20
/
+32
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
3
-25
/
+29
*
Allow to dismiss update dialog and continue to work offline
Viktor
2024-10-23
1
-9
/
+11
*
Automatically add shared collection.
DanielGavin
2024-02-22
2
-3
/
+15
*
Change the template of vscode extension for `ols.json`
DanielGavin
2024-02-22
1
-2
/
+1
*
Don't add collection "vendor" in test running
DanielGavin
2023-12-03
1
-1
/
+1
*
Add `$schema` field to generated `ols.json` file
Damian Tarnawski
2023-06-11
1
-0
/
+1
*
Put ols binaries into their own folder by release id, so an update can be don...
Fabian Sperber
2023-03-10
1
-8
/
+52
*
update lookupInPath to follow synmlink to find odin root
bokunodev
2023-03-03
1
-3
/
+8
*
[vscode] [minor] change the promise handling style of fs.stat
Felipe Lavratti
2022-09-19
1
-3
/
+5
*
[vscode] Fix debugging in vscode ide
Felipe Lavratti
2022-09-18
2
-10
/
+30
*
Fixes
Daniel Gavin
2022-03-13
3
-249
/
+4
*
make the parens optional in @test
Daniel Gavin
2022-01-17
1
-1
/
+1
*
add temp work
Daniel Gavin
2021-12-25
3
-1
/
+259
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2021-06-11
1
-3
/
+0
|
\
|
*
new extension version
DanielGavin
2021-05-23
1
-3
/
+0
*
|
support named arguments in overloading
Daniel Gavin
2021-06-11
1
-0
/
+1
|
/
*
Have vscode generate a ols file for you on new projects.
Daniel Gavin
2021-05-23
4
-32
/
+71
*
fix read on large files
DanielGavin
2021-05-11
1
-1
/
+1
*
added darwin x64 to extension
Daniel Gavin
2021-05-10
2
-7
/
+22
*
move commands to it seperate file
DanielGavin
2021-05-09
5
-99
/
+191
*
remove unused package
DanielGavin
2021-05-09
1
-1
/
+0
*
add linux x64 as part of the binary + update to 0.0.6
DanielGavin
2021-05-09
1
-5
/
+1
*
Add the ability to run tests
Daniel Gavin
2021-05-06
2
-18
/
+18
*
forget to set the last_checked, if the ols version matches the current one.
Daniel Gavin
2021-05-05
1
-0
/
+1
*
wrong date check
Daniel Gavin
2021-05-05
1
-1
/
+1
*
add grammar to extension
Daniel Gavin
2021-05-05
1
-0
/
+4
*
move vscode extension to make it easier to sync releases
Daniel Gavin
2021-05-04
8
-0
/
+1084