Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @kusto/language-service-next #127

Merged
merged 6 commits into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/kusto-language-server-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20
- run: npm ci
- run: npm run vscode:prepublish
2 changes: 1 addition & 1 deletion .github/workflows/kusto-language-server-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 20

- name: 'Automated Version Bump'
uses: ./.github/actions/gh-action-bump-version-master
Expand Down
3 changes: 0 additions & 3 deletions kusto-language-server/JANK_CLEANUP.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- .js files checked into server/out should be included in server/src instead, and gulp should be used to copy them into /out as a post-build task (after tsc -watch runs each time)
- bridge.min.js, Kusto.Language.Bridge.min.js
- File replacement for formatting goes from 0,0 to Number.MAX_VALUE,MAX_VALUE - If a file happened to be bigger it wouldn't format properly. (Would also be oom exception)
- _items, Items._items
- listener.newState == 2
- .csl files with .create-or-alter function must NOT have a blank line between the .create-or-alter statement and the function name, and must NOT have a blank line between the function name and the opening {, so that the whole thing is one block
- .csl files with .create-or-alter function MUST have a blank line after the opening { and the first line of query, otherwise the whole thing is one block
Expand Down
Loading
Loading