-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: DLT-1812 language server - initial implementation #551
Conversation
Signed-off-by: Julio Ortega <julio.ortega@dialpad.com>
Signed-off-by: Julio Ortega <julio.ortega@dialpad.com>
# Conflicts: # packages/dialtone-tokens/package.json # pnpm-lock.yaml
Signed-off-by: Julio Ortega <julio.ortega@dialpad.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright I really have no business reviewing this so I'm just gonna let you merge it. Definitely needs to be documented in the future.
- 'packages/*' | ||
- 'packages/dialtone-icons/*' | ||
- 'packages/language-server/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't the previous 'packages/**/*'
cover this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was too general, I was seeing unnamed packages that I didn't knew where they were coming from, so this way is more controlled.
@@ -14,6 +14,7 @@ | |||
"stylelint.vscode-stylelint", | |||
"jock.svg", | |||
"vitest.explorer", | |||
"vue.volar" | |||
"vue.volar", | |||
"johnsoncodehk.volarjs-labs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This for volar development?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Signed-off-by: Julio Ortega <julio.ortega@dialpad.com>
Please add either the |
✔️ Deploy previews ready! |
# [4.30.0](dialtone-icons/v4.29.0...dialtone-icons/v4.30.0) (2024-11-04) ### Features * DLT-1812 language server - initial implementation ([#551](#551)) ([189d40c](189d40c))
Language Server - Initial implementation
Obligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
📖 Jira Ticket
https://dialpad.atlassian.net/browse/DLT-1812
📖 Description
packages/language-server
package which contains all the language server logic and the vscode extension code.💡 Context
We're building a VSCode extension to help developers to autocomplete Dialtone components and CSS Variables.
📝 Checklist
For all PRs:
🔮 Next Steps
📷 Screenshots / GIFs
Component completion
Property completion
Property values completion
🔗 Sources