Skip to content
Advertisement

Tag: visual-studio-code

VS code not loading Python Interpreter

Here is my VS code infor: My python path is here: But VS codes keeps saying Select Python Interpreter in the status bar even after I selected. But when I try to select, it says it is already being selected. At moment, due to this, I am unable to use Python linter Flake8. When I check the console log. I

VScode settings.json

My understanding is that most logical way to manage my extensions ( and other stuff, I guess ) in VSCode is to edit its setting.json file. I am using Debian Linux MX Continuum 18.3 and based on what I have read on internet it should be found in ~/.config/Code/User, but there is no such file there. Answer Method #1 Press

How to grant permissions to VS Code to modify files in Windows Subsystem for Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

F# on Linux – targeting net4xx

I’ve got both mono (5.10.1.20) and dotnet core (2.1.4) installed on my Linux Mint (18.3) machine. I want to create a project using VS Code Ionide: Ctrl+Shift+P -> F#: New Project -> console. This goes without problems. However, when I try to build it, I get: error MSB3644: The reference assemblies for framework “.NETFramework,Version=v4.6.1” were not found. To resolve this,

Advertisement