linux - VScode 设置.json

标签 linux visual-studio-code debian

我的理解是,在 VSCode 中管理扩展(以及我猜的其他内容)的最合乎逻辑的方法是编辑其setting.json 文件。 我使用的是 Debian Linux MX Continuum 18.3,根据我在互联网上阅读的内容,它应该在 ~/.config/Code/User 中找到,但那里没有这样的文件。

最佳答案

方法#1

ctrl+shift+P/F1 并搜索“首选项:打开设置 (JSON)”。

方法#2

导航至首选项 --> 设置 --> 扩展。
在那里,选择您的语言,然后单击“在 settings.json 中编辑”。

关于linux - VScode 设置.json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61286511/

相关文章:

Debian 打包 : deploying files to the user home directory

python - 带有 Windows 驱动程序的串行 USB 设备。想在 linux 上使用它

c++ - Mongodb : error while loading shared libraries: libboost_thread. so.1.54.0: > 无法打开共享对象文件:没有这样的文件或目录

git - 如何在 vs code 中显示完整文件的 git blame

mysql - 在 MySQL 中以 root 身份登录不需要密码

python - 将 python 应用程序打包到 deb 中是否会抑制虚拟环境的使用?

linux - 为什么在linux上的终端中使用此命令时: "/usr/bin/time –v <filename>" do the times and values differ each time?

linux - 基本网络命令行 shell : how can I know if some device that don't answer to pings is alive on the LAN?

css - 如何在 vscode 中从 css lint 中排除文件

intellisense - 如何在 VS Code 中为 Markdown 禁用 IntelliSense?