Skip to content
zalan-racz-gaijin edited this page Jun 13, 2024 · 5 revisions

This is the wiki of Dagor Shader Language Support for Visual Studio Code, a VS Code extension to support DSHL.

About this wiki

The goal of this wiki is to make it easier to understand how this project works. When I explain something, I try to give you some context, but I won't describe the underlying technologies in detail. For this, each page has a Useful resources section, where you can find links that give you more in-depth explanations. In these wiki pages, I'd like to focus on the project structure, ideas behind decisions, tips, and tricks.

The extension

This is a VS Code extension, and its goal is to add full language support for DSHL and HLSL. If you want to know more about the extension's features, read the README.md, and the CHANGELOG.md files. The extension is published under the BSD-3 license, which you can read in the LICENSE file. The extension is published, and it's available both in Visual Studio Marketplace, and in VS Code's extensions tab.

Reporting bugs

If you find a bug, create an issue, but please give me as much information as possible. If it's not obvious, what's the cause of the problem, please include the extension's version, VS Code's version, the operating system, create screenshots or videos, or anything that might be helpful.

Useful resources

Clone this wiki locally