Using Prettier for formatting .ejs files in VS Code
I want to use prettier for formatting my ejs files by adding custom rules.Right now I am using files associations of html for ejs files.I have added the following code in the settings.json file:...
View ArticleFinding gitlab.com/company/project/.vscode latest
I'm trying to debug a go project with vscode, when I run debug with those settings:{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For...
View ArticleThere's a way to export the result of the unit test in visual studio code?
I have this test in adonis.js - node.js:test('realiza login com o usuário registrado', async ({ client }) => { const response = await client .post('login') .send({ username: 'usuarioteste',...
View ArticleFlutter SIGINT error on run all tests on VSCODE
When trying to "Run All Tests" from flutter/dart on VSCODE, I'm getting a SIGINT error and the test finish with "loading"on file, only the first one goes ok. The problem is that the same thing does not...
View ArticleDebugging GWT with Visual Studio Code
I'm working on trying to make the switch from Eclipse to VS Code because I've been using VS Code for smaller scripts and things like that and I really enjoy it. At work we build and maintain a web app...
View ArticleUsing Ironpython in Visual Studio Code
I trying to use IronPython in Visual Studio Code. How do I point Visual Studio Code to my IronPython (C:\Program Files (x86)\IronPython 2.7\ipy.exe). I've searched the forums and was unsuccessful. I've...
View ArticleCannot break in library in vs code
I am trying to set breakpoints in my angular cli workspace project in VS code. I have no problem breaking in chrome debugger, or the parent project. Just not the library.When I use a launch like...
View Articlevs code cannot find module '@angular/core' or any other modules
my project was generated with [Angular CLI] version 1.2.6.I can compile the project and it works fine, but I always get error in vs code telling me cannot find module '@angular/core' cannot find module...
View ArticleFlutter sqflite insert List
i'm trying to insert a List into a sql database in flutter , but i dont know how can i do it , can anyone help me ? i have this when i initialize mi database:Directory documentsDirectory = await...
View ArticleLine wrapping TeX from Visual Studio Code
I'm seeking a command that when I highlight a paragraph of text in Visual Studio Code will let me remove all line breaks, and correspondingly a command that if I highlight a paragraph without line...
View ArticleWhat does VS Code's setting debug.showSubSessionsInToolBar do?
I'm trying to figure out what the VS Code setting debug.showSubSessionsInToolBar does. I can't find any difference between setting it to true or false.I thought it had to do with having a process spawn...
View ArticleOpen a file in VS code using `open -r`
I was trying to use the command code -r file_name.py in the integrated terminal in VS code to open the file in the existing window that I'd already opened. However, another new VS code window was still...
View ArticleIs there any way in vscode to know where the current the file has been imported?
Are there any extensions/features in vs-code which could let me know where the current file is imported? I usually do a global search of the filename but it is time consuming when the file name is...
View ArticleHow to change default browser with VS Code's "open with live server"?
It defaults to my safari but would like to change it to chrome. I looked in preferences, but there doesn't seem to be an option for that. Any ideas?
View Articlevscode don't recognize java as a language
I installed the Java Extension Pack, but vscode does not recognize java as a language, nor as a file. He does not recognize how language must be why he does not continue the code.Extensions: Debuger...
View ArticleBuilding VS Code on Raspberry Pi 4 Taking a Long Time
I'm trying to build VS Code from github on a RPi 4 running buster.I was able to get this first command to execute successfully (albeit with warnings) from a console within the directory into which I...
View ArticleVSCode dynamic linking - C++ Boost Test
I'm trying to get a Boost Unit Test program to run in VSCode, but I'm having trouble linking the library. I've written a simple unit test setup with two classes, Boost Test, and FakeIt mocking...
View ArticleHow do i setup font ligatures for Visual Studio Code?
I am setting up fonts ligatures for my VSCode using these two lines. "editor.fontFamily": "'Fira Code'", "editor.fontLigatures": true, But it still looks the same as before.I have tried to disable all...
View ArticleNode - Tried to run the file "server.js" through CLI by typing node server.js...
Find Visual Studio Code application where I tried to run the file. Things look fine but it says cannot find module. Find my terminal output below along with screenshot in "Node Program" F:\Git...
View ArticlePycharm can't auto complete some modules
Pycharm works well at most time. But it can't auto complete some code.The following "objects" can't be completed. Who knows why?I use Pycharm Community Edition and Django 2.2class SnippetList(APIView):...
View Article