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

[circt-verilog-lsp][vscode] Add initial VS Code extension configuration for CIRCT Verilog LSP #8281

Open
wants to merge 1 commit into
base: dev/hidetou/lsp-features/def
Choose a base branch
from

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Feb 27, 2025

This commit adds the basic configuration files needed for a VS Code extension
that provides Verilog language server protocol (LSP) support through CIRCT.

While it may seem unusual to include a VS Code extension in-tree, this follows
the precedent set by the MLIR VS Code extension
(https://github.com/llvm/llvm-project/tree/main/mlir/utils/vscode). Having the
extension in-tree ensures it stays in sync with the server implementation and
simplifies maintenance.

The extension will enable VS Code to communicate with the CIRCT Verilog LSP
server, providing features like syntax highlighting, error checking, and code
navigation for Verilog files (.v and .sv).

@uenoku uenoku force-pushed the dev/hidetou/lsp-features/vscode branch 2 times, most recently from 1f8e8d2 to 42009b1 Compare February 27, 2025 08:21
@uenoku uenoku marked this pull request as ready for review February 27, 2025 16:17
@uenoku uenoku force-pushed the dev/hidetou/lsp-features/def branch from bbf0fca to 47e6e38 Compare February 28, 2025 00:38
…on for CIRCT Verilog LSP

This commit adds the basic configuration files needed for a VS Code extension
that provides Verilog language server protocol (LSP) support through CIRCT.

The extension will enable VS Code to communicate with the CIRCT Verilog LSP
server, providing features like syntax highlighting, error checking, and code
navigation for Verilog files (.v and .sv)
@uenoku uenoku force-pushed the dev/hidetou/lsp-features/vscode branch from 42009b1 to d67e0f2 Compare February 28, 2025 00:49
@@ -0,0 +1,234 @@
==============================================================================
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary. Clone LICENSE file in the extension repository (circt/vscode-circt).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant