Questions tagged [vscode-plugin]
9 questions
3
votes
2 answers
VSCode Go Plugin : GOPATH vs GOMODCACHE
I use a custom location for GOMODCACHE (~/.gomodcache/) and GOPATH ~/project/go. This is to handle the errors from GOPLS while using the mono-repo approach of workspace.
When I do go get, the modules are downloaded to GOMODCACHE but, unable to see…

Ram
- 103
- 6
2
votes
1 answer
Visual Studio Code inside Company network
Is there a standard way to handle Visual Studio Code inside a company network, in which VS Code is not allowed to contact the Internet?
For e.g. Eclipse, we can host our own update sites for plugins and can package pre-configured versions of the IDE…

J Fabian Meier
- 33,516
- 10
- 64
- 142
1
vote
0 answers
How to access sqlite db file in vscode plugin code?
How to access sqlite db file in vscode plugin code?
I am trying to build a plugin when i have a requirement of reading the sqlite db file from local file system.
tried using SQL.js and sqlite3. Is there any way i can read the buffer and convert it…

Naveen Pandurangi
- 51
- 5
1
vote
1 answer
collecting data from vscode extension
I am new to vscode extension development. I have developed a vscode extension and havent published it. its for internal use and users would be using this extension from vsix file.
I now want to collect usage data like - how many people are using…

Sunny P
- 11
- 1
1
vote
3 answers
How to create a Multi Module Maven Project in VSCode
I am planning to built multi module Maven Java Project as part of creating a mono repo.
InteliJ IDE has an easy way to build Maven Modules inside an existing Maven…

pref
- 1,651
- 14
- 24
0
votes
0 answers
how can i resolve the native binary dependence in VS Code plugin development , such as swc and esbuid
I'm writting a VS Code plugin.
Some command is compile the code and bundle js. I use esbuid and swc in my case.
I'm not sure that if should I bundle the native dependences in my plugin,or put them as project npm dependences.
The plugin will support…

杨永安
- 1
0
votes
0 answers
VSCode-Lingua plugin stopped working with nrwl-nx version 15 and Angular version 14
I was using the plugin in my NX 13, Angular 12 project. It was working great.
But after upgrading to NX 15 and Angular 14 it stopped working. I've tried to reinstall the plugin but no luck. Any suggestions?

Viktor Kukurba
- 1,360
- 9
- 14
0
votes
0 answers
Finding a similiar feature/plugin for creating laravel blade components
I need assistance in locating a plugin that can generate blade components similar to the one shown in the image.
I vaguely recall seeing it on a video a few months ago and was wondering if anyone was aware of this feature or if it is a plugin.
I…

samurai
- 29
- 6
0
votes
2 answers
Unable to run Live Server on 443 port
I am using LiveServer plugin of VSCode to serve my pages. I need to serve it on port number 443.
Below is my settings.json file.
{
"liveServer.settings.port": 443,
"liveServer.settings.root": "/",
"liveServer.settings.CustomBrowser":…

mulla.azzi
- 2,676
- 4
- 18
- 25