如何在VSCode窗口中为Jasmine/Protractor/UIveri5代码启用语法突出显示?
No syntax highlighting With Syntax Highlighting
发布于 2020-12-09 22:07:19
安装这两个vscode插件:JavaScript and TypeScript IntelliSense Jasmine code snippets。仔细检查文件扩展名(应该是.js)和编辑器右下角的语言模式(应该是JavaScript)
https://stackoverflow.com/questions/65037216
相似问题