Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b4ddb82
kk allow symlinking the grid-protocol for local dev, might remove lat…
kkerti Mar 5, 2026
b66e4b5
kk consume generated luadocs in monaco editor, without actually addin…
kkerti Mar 5, 2026
0ce2f93
kk format
kkerti Mar 5, 2026
ee6072e
kk removed unnecessary log, added new port numbers for easier debuggi…
kkerti Mar 19, 2026
bfa4ec0
kk working version
kkerti Mar 19, 2026
b00f3e7
kk proto highlighting
kkerti Mar 19, 2026
b219e28
kk based on vscode luals extension, changed how monaco editor works
kkerti Mar 20, 2026
5780357
kk added download methods to respective targets
kkerti Mar 25, 2026
681f3ea
kk updated pkg-lock
kkerti Mar 25, 2026
df85fe6
kk bumped version so package-lock update is picked up
kkerti Mar 25, 2026
d20f523
kk update lock, forgot a local path in there
kkerti Mar 25, 2026
929845a
kk updata package lock
kkerti Mar 25, 2026
dcf1de9
kk format
kkerti Mar 25, 2026
2a7d8b9
kk update the playwright app port
kkerti Mar 25, 2026
38b9c42
kk add vitest simple test fix for node 24 compat
kkerti Mar 25, 2026
125fdc9
kk package lock fix
kkerti Mar 25, 2026
8ef9289
kk attempt to fix file resolution
kkerti Mar 25, 2026
7db9aab
kk fix worker build
kkerti Mar 25, 2026
62282ea
kk new attempt to fix worker
kkerti Mar 25, 2026
546d4ed
kk removed incompatible lua suggestions from langDef and fixed lcd an…
kkerti Mar 26, 2026
2f77a5d
kk fix tailwind taking ages to load and fix monaco import
kkerti Mar 26, 2026
e5cd080
Merge branch 'kk-dev-startup-update' into kkerti-luaLS
kkerti Mar 27, 2026
21f24aa
kk fix monaco import, without the full import luals did not work
kkerti Mar 27, 2026
7c116d4
SUKU lock updated
SukuWc Mar 27, 2026
83461d1
remove Monaco suggestion tests that require Electron/LuaLS backend
SukuWc Mar 27, 2026
1068c9e
SUKU context file and language properties moved to stdio instead of fs
SukuWc Mar 27, 2026
b5e3b2b
SUKU error console is now text-selectable
SukuWc Mar 27, 2026
b2de4f0
SUKU element and self are now typed, virtual file handling implemente…
SukuWc Mar 31, 2026
9bb3ef9
Merge stable into kkerti-luaLS
SukuWc Apr 1, 2026
95c6249
Merge stable into kkerti-luaLS, regenerate package-lock.json
SukuWc Apr 1, 2026
e5969f7
SUKU format fixed
SukuWc Apr 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Download LuaLS binaries
run: node build-scripts/download-luals.js

- name: Update package.json
if: ${{ inputs.versionOverride != '' }}
run: npm version ${{ inputs.versionOverride }} --no-git-tag-version
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ buildVariables.json
screenshot*
src/electron/main.ts
.vscode/settings.json
build-assets/lua-language-server*
Loading
Loading