https://github.com/superauguste/joe-vscode
Joe Mama completions for everybody
https://github.com/superauguste/joe-vscode
Last synced: 3 months ago
JSON representation
Joe Mama completions for everybody
- Host: GitHub
- URL: https://github.com/superauguste/joe-vscode
- Owner: SuperAuguste
- License: mit
- Created: 2021-10-24T23:03:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T23:04:43.000Z (over 4 years ago)
- Last Synced: 2025-12-16T22:29:19.158Z (6 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zls-vscode
`zls-vscode` is a language client extension for [`zls`](https://github.com/zigtools/zls), the awesome Zig Language Server.
## Installing
`zls-vscode` is the client extension for [ZLS](https://github.com/zigtools/zls). This means, **you will need to have ZLS compiled and configured** to use this extension, as this extension only *bridges* ZLS to Visual Studio Code.
[Installation instructions for ZLS](https://github.com/zigtools/zls#installation) can be found on the ZLS `README.md`. Once you run `zig build configure` it will walk you through configuring ZLS for Visual Studio Code and your installation of Zig.
In the future, we hope to make installing ZLS for Visual Studio Code much simpler.
## Release Notes
### 1.0.0
> Initial release!
### 1.0.1
> Added Official Zig Extension independent Zig language detection
### 1.0.2
> Added start, stop, and restart commands