vscode-extensions Questions
1
Solved
How do I:
transition to ESLint flat config
set up linting config for Typescript in the new format
get the ESLint extension working again in VSCode
Evangel asked 15/4, 2024 at 17:33
2
I'm working on Ubuntu and using MS Remote SSH as part of Remote Explorer through VSCode. When I installed C/C++ (ms-vscode.cpptools) extension, it takes up a ton of CPU%, typically around 95. I tho...
Monogenetic asked 9/2, 2022 at 19:48
4
Solved
This is what I'd like to achieve (t is selected in editor):
Before snippet:
var t = 'Foobar';
After snippet:
var t = 'Foobar';
console.log('t', t);
How can I do that?
Here is what I tried to...
Bonds asked 29/6, 2017 at 13:33
2
Solved
I'm trying to create a file as a part of one of the commands in my extension and can't seem to get it right.
let wsedit = new vscode.WorkspaceEdit();
const file_path = vscode.Uri.file(value + '/' ...
Fluorene asked 30/10, 2018 at 22:44
4
Solved
I'm writing highly specific private VSCode extensions for our dev team. I will be making constant changes to these extensions. From what I've read, the only way is to compile the extension as a .vs...
Osei asked 16/1, 2017 at 4:2
5
Solved
When I get an extension error I have no way of knowing why the error happens.
Naturalistic asked 25/5, 2017 at 19:19
1
is it possible to have a project / a workspace in vscode that includes a extension?
I want to have a language extension as part of my project workspace so I need only one repository to sync.
I know...
Laney asked 30/1, 2023 at 19:24
13
I use the code spell checker for VS Code. I would like to disable the spell checker warnings/errors in the "PROBLEMS" panel (standard keyboard binding Ctrl+Shift+M) where "more serious" problems sh...
Unruffled asked 12/5, 2018 at 19:10
4
I really like Copilot however its comment suggestions can be nonsensical and really distracting.
Is there any way to leave the code suggestions on but turn Copilot off whenever I'm editing/adding a...
Waltman asked 3/1, 2022 at 14:36
2
Solved
I just wasted a day on this, so I thought I would get it down incase anyone else is experiencing it.
Opened a vue 3 project and got the following error:
The JS/TS language service immediately cras...
Burmaburman asked 8/3, 2024 at 9:51
3
Solved
In VS Code, for a given commit I would like to see inline diffs from all files in one view or page, so that I would not have to click to see diffs for each file separately.
I can't find any extensi...
Alastair asked 26/10, 2021 at 14:2
1
I am Creating snippet extention of react-native for VS-code. In that I want to add some images into README.md file, which finally show images on marketplace inside description tab of my extention.
...
Tympanist asked 28/12, 2022 at 9:23
13
Solved
I am trying to create a VSCode extension. This extension provides two commands, never mind their implementation:
export function activate(context: ExtensionContext) {
const provider = new Conten...
Crigger asked 28/3, 2018 at 12:3
3
I am developing a VS Code extension in TypeScript and I am trying to import a JavaScript library from npm that is packaged with "type": "module", in its package.json.
If I simpl...
Wild asked 7/1, 2022 at 10:44
4
Solved
Problem Statement
For the last couple of days, I have been noticing that GitHub Copilot has been making a sound each time it makes a code snippet suggestion. At first, I thought there was something...
Novella asked 23/9, 2022 at 12:12
5
Solved
I'm clueless what feature came out of which extension, is there a way to have its source displayed?
Also would be interesteed to know if its possible to trace the source code of the features.
Hexameter asked 17/4, 2020 at 22:27
12
This just started happening today after I upgraded VSCode. It connects fine to one of my AWS machines, but not to one that had been working fine for a while. It's not related to my ssh keys, becaus...
Aldus asked 3/5, 2021 at 19:8
8
I'm trying to install the mypy linter in Visual Studio Code version 1.53 on MacOS. I've never used a linter before, so I'm not sure what to expect, though I know it should be highlighting type erro...
Mccurry asked 22/2, 2021 at 16:42
3
Solved
I accidentally removed the MongoDB extension from my sidebar/activity bar in VSCode while adjusting my layout. When I initially installed the extension, It automatically put a MongoDB icon on the s...
Realistic asked 22/3, 2022 at 5:17
3
Versions:
vsce version 1.71.0
node version v10.15.3
npm version 6.4.1
vsce publish fails with the below message:
Executing prepublish script 'npm run vscode:prepublish'...
[email protected]...
Cyrillic asked 18/1, 2020 at 8:47
7
I would like to exclude a folder from the mypy checks.
Looking at the documentation I tried the following configuration in my mypy.ini configuration file
[mypy]
python_version = 3.8
exclude '/ven...
Koffman asked 9/6, 2021 at 13:54
10
Solved
I get this error in Ubuntu in vscode and I can't see my images in vscode.
I run sudo docker ps -a and everything is OK on terminal!
What should I do to solve this problem?
Donaldson asked 11/10, 2021 at 17:5
7
I am trying to get project folder path in visual studio code extension but very difficult to find the answer. My code is not working. I do not know it is possible or not. I have checked in google n...
Tympanites asked 8/9, 2019 at 16:40
11
Solved
I'm starting to learn the Rust language and I have an issue with rust-analyzer vscode extension.
It doesn't provide code completion as shown in the link: https://rust-analyzer.github.io/manual.htm...
Panchito asked 29/4, 2022 at 19:37
2
When working with multiple tabs open, it is important to be able to identify which tabs "go together" or are more important than others. Is there a extension to VS code that let you assign differen...
Dedededen asked 19/7, 2019 at 8:57
© 2022 - 2025 — McMap. All rights reserved.