MSB4184, VS code[Codium], Ubuntu 18.04.3 LTS, ASP.NET Core Projectg
I'm doing a ASP.NET Core project and in VS code problems tab, I get a error:The expression ""Program.cs".GetPathsOfAllDirectoriesAbove()" cannot be evaluated....
View ArticleHow to customize the tab-to-space conversion factor?
How to customize the tab-to-space conversion factor when using Visual Studio Code?For instance, right now in HTML it appears to produce two spaces per press of TAB, but in TypeScript it produces 4.
View ArticleHaving trouble compiling in VS Code terminal, which is Windows Powershell
When I right click Run code, and have run in terminal on in my user settings I get these errors.At line:1 char:63 + ... "c:\Users\Josh\Documents\Programming\Learning to Program\"&& g++ Exe ......
View ArticleVS Code gives me an ssh_askpass error when I try to push the changes to my...
I have this problem, I've created a Github repository to back up a project. I have normal SSH access to my repo from my Linux command line and I can push, pull, commit, sync and all that stuff with no...
View ArticleHow to change environment's font size?
Is there a way to change the environment font size in Visual Studio Code? Stuff like IntelliSense box, debug panel, file names, etc.I know how to change the editor's font size but I cannot figure out...
View Articleto show the telephone link in an anchor tag just beside of its phone image...
I am trying to show the telephone number link in an anchor tag just beside of its fa fa-phone phone image and Email link just beside of envelop image. But not working My code given below, I want to...
View ArticleCaused by SSLError("Can't connect to HTTPS URL because the SSL module is not...
while I use Twilio account to send SMS it shows an SSL error in python
View ArticleDebug issue with vscode, gdb & mingw64
I seem to be having trouble building a project for debugging.No matter how I format the compilerPath path in c_cpp_properties.json and command in tasks.json I keep getting the message:/usr/bin/bash:...
View ArticleAzure Function in Python with Timer Trigger and RunOnStartup fails locally...
I have an Azure Function in Python with a Timer Trigger. To test locally on demand, I have the option RunOnStartup set to True (Microsoft documentation here).My simplified Python code looks like...
View ArticleWhere to find the settings about disabled built-in extensions in VS Code?
I usually disable some built-in extensions in VS Code that I do not use, I use Code Setting Sync extension to sync my VS Code settings.But it does not sync my settings about disabled built-in...
View ArticleHow to change indentation in Visual Studio Code?
For every typescript file visual studio code uses an auto indentation of 8 spaces. This is a bit too much for my taste but I can't find where to change it.Maybe it's available as a setting but under a...
View ArticleSame 29 errors using VSCode [closed]
I'm using Python on my Mac and there are always 29 errors and I can't get rid of them... They appear every time I use Python. I can't get rid of them... Thanks for helping.
View ArticleVSCode syntax highlighting for custom shebang
At work we run python under a custom environment, and thus we use a non-standard shebang. I tested that VSCode recognizes python files without a .py extension if they have a shebang that's either...
View ArticleSetting sourceFileMap for multiple directories
I'm working in a project, where all source files are copied to one dir: /src before compilation. I would like to setup a sourceFileMap for C/C++ extension, which would map files in /src/ dir to...
View Articlevscode run all tests (pytest) fails
Run all tests using pytest in vscode fails with following errorplatform linux -- Python 3.6.9, pytest-5.0.1, py-1.8.0, pluggy-0.13.1 rootdir: /workspace plugins: cov-2.8.1 Fatal Python error: Aborted...
View ArticleHo to add intellisense from .d.ts in html file with VS Code?
Is there a way to use definitions in .d.ts in intellisense for html files in VS Code?
View Articlevscode extension - How to log keystrokes
I am doing user testing for a vscode extension (for some university project) and I need to get a log of the keys that are pressed in the text editor.I have tried with onDidChangeTextDocument, but that...
View ArticleVSCode terminal: how to highlight text for copying and pasting
how to create shortcuts to highlight Terminal text: Ctrl+Shift+Right/Left, Ctrl+Shift+End, Ctrl+Shift+Home - as it's implemented in Powershell Ise?How to create shortcuts to move cursor by words:...
View ArticleHow to set Kotlin debug launch.json configurations in VS Code?
I want to debug my Kotlin Spring boot application after moving from Java to Kotlin, but the launch.json of Kotlin has different configurations than Java's, for example we're using profiles to switch...
View ArticleIs there a vscode QT widget that can be embedded in an application
I am creating a free application with pyqt5.In this application, i need to give the users the possibility to type custom python scripts.I don't want to develop a whole python syntax parser and provide...
View Article