Julia 1.0 on VS Code

There is a section talking about getting 1.0 to work on VS Code here.

Extracted:

For vscode you will need the j0.7 branch of julia-vscode from my fork. You’ll need to uninstall any existing version vscode and clone to ~/.vscode/extensions . Building this requires TypeScript and npm ( tsc -p and npm install ).

Has anyone tried it? I tried to build it but what exactly is the tsc -p command?

My recommendation for now would be to install julia 0.6, point the VS Code extension to that. We are working on the 1.0 integration, but it is not done and even with these instructions I think you will just get a pretty brittle situation :slight_smile:

1 Like

Thank you. We all keenly look forward to it. Cheers!