问题标签 [visual-studio-code]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
3863 浏览

tfs - 使用代码打开 TFS Git 存储库

Visual Studio Code 可以打开 Git 存储库。

如何打开 Team Foundation Server 中的 Git 存储库?

0 投票
20 回答
516287 浏览

visual-studio-code - 如何在 Visual Studio Code 中创建多个游标

在 VS Code 中创建多个光标的键盘快捷键是什么?

0 投票
9 回答
62284 浏览

compiler-construction - Visual Studio Code 到底是什么?

最近我阅读了有关 Microsoft Visual Studio Code 的信息。我主要在 GNU/Linux 上使用 C 和 C++ 语言。我的问题是 Visual Studio Code 是否只是一个简单的编辑器,它使用平台中存在的任何编译器,gcc在我的情况下,作为后台编译器,还是它带有自己的 VS 编译器?

0 投票
1 回答
513 浏览

typescript - Visual Studio Code 中的“compileOnSave”TypeScript 源文件

我试图打开“手表”开关,但它似乎不起作用。我应该如何使用 Visual Studio Code 实现类似的功能?

0 投票
1 回答
214 浏览

javascript - 使用 Visual Studio Code 开发 nodejs

微软宣布了新的跨平台 IDE Visual Studio Code。我看不到如何为它启用 nodejs 工具。据我了解,应该有一些开箱即用的东西。

0 投票
1 回答
467 浏览

windows-phone - Visual Studio Code - 在 Mac 上构建 Windows Phone

是否可以使用适用于 Mac 的新 IDE、Visual Studio Code 来构建 Windows Phone 项目?

此时不寻找实际开发,只是为了构建和测试项目。也许是xbuild另一种选择。原因是我们已经在 Mac 上运行了巡航控制,而现在构建 Windows Phone 项目也很痛苦。

0 投票
1 回答
6927 浏览

c# - vscode:如何设置调试单声道/c#?

我正在尝试设置 Visual Studio Code ( https://code.visualstudio.com/docs/debugging ) 以在 win8 上调试 c#/mono。我还安装了最新版本的单声道。

我向launch.json添加了一个配置并将“类型”更改为单声道(也尝试将“程序”指向调试exe)但我只是收到错误:

初始化:无法为适配器 ID“mono”创建调试会话

你如何在 ac# 项目上设置调试?

编辑:似乎可能需要一个 gulp 脚本?在 Ubuntu 上使用 VSCode 编译 C# 项目

0 投票
1 回答
3548 浏览

node.js - Debugging Node.JS CLI application with VSCode?

playing around with the newly released VSCode Editor/IDE. I wanted to try out debugging on a very basic Node.JS CLI application, which uses the "prompt" npm package:

When I set some breakpoints and start the app debugging, VSCode just steps over the prompt.get() and hangs in the debug process until I force to stop it, which ends in an error "OpenDebug process has terminated unexpectedly".

I expected VSCode to open up a shell that I can interact with.

My guess is that it's just not implemented the right way yet, but probably I just couldn't figure it out...

0 投票
3 回答
3539 浏览

visual-studio-code - 无法使用 VSCODE(切换全屏)使用 F11 进行调试?

似乎F11切换全屏在调试时会覆盖F11“Step into”键盘快捷键。如何修复?

0 投票
2 回答
2897 浏览

visual-studio-code - 我们可以为 Visual Studio Code 编写扩展吗?

我们可以为 Visual Studio Code 编写扩展吗?

Atom 支持自定义包

我们可以构建一个扩展吗?