vscode auto-import suggestions not working inside html tags
Vscode suggest auto-import for component as Parent but this doesnt work if i try to use auto-import inside html/Component tags Are there solutions?
Vscode suggest auto-import for component as Parent but this doesnt work if i try to use auto-import inside html/Component tags Are there solutions?
I have a document with contains ## for list sign. I want to replace ## with order numbers. first matched ## -> to 1. second matched ## -> 2. .... 3. .... 4. Is this possible to do in an…
I was noticing that my import pandas as pd was underlined as well as my other imports and from googling I figured out I merely needed to change my interpreter to the same one my WSL subsystem(ubuntu) was using, which…
Total newbie here I am trying to open a folder in Visual Studio Code but it can't seem to see the folder. It was a zipped file which i can see and open in my computer files but when I…
I am uploading a deep learning code to GitHub so my supervisor can take a look at , the total folder size is 17 GB including the data , I have seen examples like this on GitHub before. PS C:UsersAdminHeart_projectHeart_segmentation>…
SOLUTION - 3/15/23 - Update VS Code to 1.76.2. MS has fixed this bug in this release. I'm using VS Code (v1.65.2), my Angular (15.1.2) project is client side and my .Net (6.0) app is server side and when I…
Trying to use the multiprocessing module to run some code. I need to use the python debugger to pass '-Xfrozen_modules=off' but using args or pythonArgs in launch.json doesn't seem to work. 0.01s - Debugger warning: It seems that frozen modules…
I am coding and running a physics simulation in Fortran using MS Visual Studio Code on Windows 11 and I want to use MPI. I have installed Microsoft MPI (MSMPI) and know that it is correctly installed. When I enter…
This morning there was a VScode automatic update and it has, somehow, broken the debugger. When I now start the debugger the app builds fine, it opens the default (Chrome in my case) browser but the connection is 'stalled' with…
I'm facing an issue with VS Code debugger when debugging an Angular app. I have a clean Angular app generated by ng new command. I have added few lines of code to the ngOnInit function. I want to start the…