Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.14 KB

install.md

File metadata and controls

51 lines (32 loc) · 2.14 KB

Installation

First you have to install code-d in VSCode like any other extension from the side panel in VSCode.

It's possible to manually download the vsix for manual installation from the Visual Studio Marketplace or the Open VSX Registry.

First time installing D

If you don't have D installed, code-d will open the D compiler download page for you where you simply select your compiler of choice and install it for your OS.

On Windows it's a good idea to restart your PC after D is installed so it is accessible from PATH from within VSCode and its extensions.

After D has been installed, restart VSCode and open a D project, everything should work now.

Verifying functionality

First open a folder with a D project or a blank one to create a project in. With a folder opened, simply open any D file and then in the bottom panels, check the Output tab.

output tab to check

In here at the right you should see a drop-down menu. If you can see code-d & serve-d in this then it means the extension is working and running.

serve-d in the output panel drop down

If you experience any issues, check this tab for possible errors and log for debugging purposes when submitting an issue.

For more information in case something doesn't work, refer to Troubleshooting.

First steps

Tutorial