VisualStudioCodeArduino
VisualStudioCodeArduino copied to clipboard
doesn't use the syntax highlight in 0.10.1
Hello.
I just wanted to setup my code Installation with your cool extension. I used the same arduino version and copied your ino folder to ~/.vscode/extensions Also copied the task.json file to the .vscode directory in my sketchfolder.
I can also use Ctrl+Shift+T --> it compiles.
But no syntax Highlighting :( And no menu via Ctrl+Shift+P and tasks.
Do you know how to fix this? :) Hope MS will not break the extension in the next version. :)
Greetings, Tobi
Hi Tobi,
Yes, I'll tweak it as soon as I get the chance so that it works with 0.10 again. As you noticed, VS Code is still very much in flux ;)
Cheers, -Fabien.
Hi Fabien,
no problem, you did a good job with this extension. I think the only problem is about the path to gulp.js in ino/package.json But I don't know. Hopefully VS Code has with 0.10 an existing extension API, which we can rely on. :) They wrote about it in the release notes, but nobody knows. It's stil a beta. ;)
Cheers, Tobi
I can confirm syntax highlighting is not working in vs code 0.10.
I know this is not a solution to the problem of this extension not working, but there is a working one in the vscode marketplace: (apparently written by someone else) https://marketplace.visualstudio.com/items?itemName=moozzyk.Arduino
I'm currently using this with the tasks.json from this repository
Yes this arduino syntaxhighlighting works for me too. :)