61,229 questions
-2
votes
0
answers
62
views
How to disable this unnecesary suggestion in C++ intellisense suggestion [duplicate]
I dont want to disable completely since I rely on suggestion of function names and variables from current file only. Also i dont want suggestion from other than current working files.
Also I get some ...
-3
votes
0
answers
47
views
C# Visual Studio Code want to run a project which is in a different folder than the solution
I have a C# API created in Visual Studio Code. I have the .sln in a different folder than the APi.csproj.
I have the requirement to run the application using bash from the .sln directory.
When I run ...
2
votes
1
answer
105
views
Why is std::filesystem::current_path() not able to get current path? [closed]
I'm using VS Code with CMake Tools extension on Ubuntu.
This C++ program produces the following output when run with "CMake: Debug" (which I select using the Command Palette):
#include <...
1
vote
0
answers
82
views
VS Code stuck on "Initializing 'tsconfig.json"
Recently my VS Code seems to have a problem initializing my VueJs workspaces. When a .vue file is open VS Code displays "Initializing 'tsconfig.json'" in the the lower left-hand corner and ...
3
votes
1
answer
94
views
I want to use a different compiler but when i close vscode or refresh it goes back to the same old compiler settings
i am having trouble updating c_cpp_properties.json:
{
"version": 4,
"configurations": [
{
"name": "windows-clang-x64",
"includePath&...
2
votes
1
answer
101
views
Debugging Jupyter Notebook in VS Code
I tried to debug a notebook in VS Code but I can't. When I set a breakpoint and run debug cell or press F5, I am getting this error
/usr/bin/env /home/user/anaconda3/envs/myenv/bin/python /home/user/....
-1
votes
0
answers
44
views
VS code extension side panel UI development test [closed]
Is there anything I have to test the UI sidebar UI design test always without check from the extension running.
Advice
0
votes
0
replies
28
views
How can I achieve the same theme?
For C files, I've always used VScode's theme "dark modern" that grants this kind of visual theme:
I wish to drag this kind of theme into CLion, but I haven't been able to achieve the same ...
4
votes
1
answer
78
views
Localhost links wrongly trigger blank VSCode
(Thanks for the updates about what was missing @AD7Six)
I am using AMPPS to execute PHP Mysql and Apache. Recently I started using VS code in order to develop the PHP pages. But every time I open one ...
3
votes
1
answer
98
views
In a VS Code monorepo with multiple workspace roots, How can I set terminal.integrated.cwd to default to one workspace root?
I have the following monorepo structure in a VS Code Workspace:
MyModule
└── File A
└── Folder A
└── Etc...
ModuleWrappers
└── File B
└── Folder B
└── Etc...
PSProfile
└── File C
└── File D
└── Etc...
...
0
votes
0
answers
76
views
Add upload arrow (button) in upper right corner
Using VS Code (v1.107.1 on Linux Mint 22), in the upper right corner, I have a build check-mark with a drop-down arrow where I can select "Build", "Upload", "Test", and &...
Advice
1
vote
2
replies
40
views
Disabling two yellow crosses ("Run: Modify") in Visual Studio
Recently I started noticing two yellow crosses after selecting a code (see a screenshot). Is it possible to remove this item? It's just very disturbing.
Screenshot
I can't attach a screenshot. It says ...
Advice
0
votes
1
replies
48
views
How do I provide persistent instructions to VSCode agents regardless of workspace used
I want to provide persistent instructions (things to always do and practices to always follow) regardless of the workspace or coding language used. I have asked the agent about this and essentially ...
0
votes
0
answers
48
views
lookupResolvedPackageUris RPC result contained more results than the request in flutter in real device
how to solve this issue. when I run my app on my real device then I got this following error:
lookupResolvedPackageUris result contained more results than the request. See https://github.com/dart-...
-3
votes
0
answers
53
views
I have set up conda environment in vs code but the system is using anyhow system python [closed]
I have setup my virtual environment in the VS Code and now it has set up. But when I write this command to show the executable python file
import sys
print(sys.executable)
it shows system python file ...