LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [VSCode]
ONLINE
// Z.SHINCHVEN

Removing Duplicate Extension in Visual Studio Code

Introduction Visual Studio Code (VSCode), a popular code editor, occasionally encounters hiccups with its extensions. A common issue is when an extension, such as "Database Client," appears not instal…

// Z.SHINCHVEN

How to Migrate Settings from VS Code to VS Code Insiders?

Answer given by Google Bard There are a few ways to migrate your VS Code settings to VS Code Insiders. Method 1: Use the Settings Sync extension The Settings Sync extension allows you to sync your …

// Z.SHINCHVEN

VSCode Launch Configuration for Node App

VSCode's debugging launch configurations are saved in ./vscode/launch.json. To add a launch configuration for a node app: click Run and Debug in the left panel. click create a launch.json file. add…

// Z.SHINCHVEN

在 Ubuntu 上使用 ibus-rime 在 vscode 中无法输入中文的问题

我在Snap Store中安装了vscode,但是发现无法使用ibus-rime进行中文输入。 Google 了一会儿以后,看到有 blog post 提到从Snap Store中安装的vscode确实存在无法输入中文的问题,通过微软源在apt中安装可以解决这个问题。 wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg…