visual-studio-code - VS代码: “~$ code file” opens new window instead tab

标签 visual-studio-code

在 VSCode 的终端中,当我输入时

~$ touch deleteme.file
~$ code deleteme.file 

一个新的 VSCode 窗口打开(加载时间相当长),而不是在当前窗口的选项卡中打开文件。我怎样才能解决这个问题?

我有同样的行为

~$ code -r deleteme.file

~$ code --reuse-window deleteme.file

[复制自this过早关闭的问题]

最佳答案

重新安装 VScode 是解决方案。

关于visual-studio-code - VS代码: “~$ code file” opens new window instead tab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60875575/

相关文章:

linux - VSCode 多光标 Lubuntu

regex - Visual Studio代码: regex expression starts with but not ends with

php - VSCODE 片段 PHP 自动填充命名空间

javascript - 如何正确实现包含awaitMessages 的循环?

typescript - Visual Studio代码禁用对象解构的代码格式

visual-studio-code - 如何在 vscode 中创建 Ballerina Integrator 项目?

python - 如何确保 vscode-python 正确显示来自 `flake8-rst-docstrings` 和/或 `flake8-black` flake8 扩展的 linter 条目?

escaping - VS代码段-转义$ {file}

node.js - 如何使用 JSDoc 进行解构导入?

visual-studio-code - 如何转到 VS Code 并排 View 中的下一个更改?