Double-click editor resizing
Debugging performance improvements and better Node.js support
Configure the external shell to use from VS Code
Extension authors will be especially happy with this release, as we've:
Updated the Language Server protocol
Added Debug Adapter test support
Added several new APIs (open folder, add JSON schema validation, onDebug activation)
1
Mithril May 11, 2016
最重要的是把那个脑残的多语言命令补全关掉了
|
2
RqPS6rhmP3Nyn3Tm May 11, 2016 via Android
请问只用编辑器需要注意什么吗?感觉没有 IDE 都不会写代码了。
|
3
hxtheone May 11, 2016 via iPhone
给力,基本上是现在写 JS 的主力编辑器了
|
5
sun1991 May 11, 2016
python 输出 unicode 到 output window 时有问题:
# -*- coding: utf-8 -*- unicode_name = u'上海' utf8_name = unicode_name.encode('utf-8') print(utf8_name) print(unicode_name) # This line generate error |
6
Midnight May 11, 2016
感觉更新了才没几天,微软现在这么给力了
|
7
hellokt May 11, 2016
现在能自动识别没有 bom 的文件的文字编码了吗?
之前因为这个完全没办法用, gbk , utf8 的文件太多,手动切换太痛苦了 |
9
mewking May 17, 2016
为毛 C# 取消语法高亮了, 0.1 的时候都可以,微软出的编辑器,居然不支持 C# 语法高亮
|