Relative Content

Tag Archive for javascriptvisual-studio-code

Can I control the CSS of VS code through an extension?

I’m trying to make a plugin for VS code to help me teach a beginners python class. I’m trying to get it to highlight part of the VS code UI, so that I can say something along the lines of “Click here to commit the changes you made in this file”.

Why is red squiggly lines showing on valid javascript code in visual studio code?

I’m having an issue with these annoying red squiggly lines showing up under my import statement. It’s really bugging me because the code runs perfectly fine, and everything works as expected. The path I’m using in the require statement is correct and points to the right file in ‘.. > controllers > UserController’. I double-checked it, and there are no typos or mistakes. Despite this, the squiggly lines won’t go away. Has anyone else dealt with this before? Any tips on how to fix it or at least get rid of those distracting lines would be greatly appreciated!