-
Issue Type: Bug
Unable to create new files
VS Code version: Code 1.33.0 (0dd516dd412d42323fc3464531b1c715d51c4c1a, 2019-04-04T16:15:50.230Z)
OS version: Darwin x64 18.5.0
System Info
|I…
-
Issue Type: Bug
选中一个比较长的C++函数,底部的菜单栏就会疯狂的刷新
VS Code version: Code 1.32.3 (a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4, 2019-03-14T22:46:48.547Z)
OS version: Darwin x64 18.5.0
System Info
|…
-
Issue Type: Bug
error: 终端进程命令“/bin/zsh -l”无法启动 (退出代码: 1)
VS Code version: Code 1.31.0 (7c66f58312b48ed8ca4e387ebd9ffe9605332caa, 2019-02-05T22:32:14.164Z)
OS version: Darwin x64 18.2.0
Sy…
-
**描述bug(必填)**
时间格式与预期不符,和文档中说明的格式也不符,且 ctrl + s 后文件未更新最后修改时间
插入头部注释显示如下:
**复现步骤**
任意 md 文件均如此,vscode无报错
**注释设置(必填):**
VsCode设置:
``` json
"fileheader.configObj": {
"c…
-
"fileheader.configObj": {
"createFileTime": true,
"timeNoDetail": false,
"language": {
"languagetest": {
"head": "/$$",
"middle": " $ @"…
-
**描述bug(必填)**
修改了language的配置,在该类型的文件下执行fileheader时,开发者工具报错“头部注释错误: TypeError: Cannot read property 'middle' of undefined”
**复现步骤**
**注释设置(必填):**
```json
"language": {
"vue": {
"head": ""…
tarol updated
5 years ago
-
Issue Type: Bug
I try to open setting.json, but previously it shows both setting.json and default setting. currently it just open setting.json file. Even I reinstall VS code and delete AppData\Roam…
-
Issue Type: Bug
command failed with error code 2: error parsing glob '!\*\*.tags\*': invalid use of \*\*; must be one path component
VS Code version: Code 1.30.0 (c6e592b2b5770e40a98cb9c2715…
-
**描述bug(必填)**
一般python的头部注释的最前面还有这种python及编码的说明:
```
#!/usr/bin/env python
# coding=UTF-8
```
在我的工程目录下settings.jsonz中添加了如下配置,但未能实现效果:
```
"fileheader.configObj": {
"autoAdd": false, /…
-
Issue Type: Bug
1.First hit the breakpoint, then run the application, you can stop at the breakpoint
2.Cancel the breakpoint, run the app again, or stop at the previous breakpoint
![image](http…