Closed jiayisheji closed 6 years ago
@jiayisheji Are you saying that you cannot save any files after a while? Does it matter how many files were the type you have open? Also did you disable all the extensions? Are you getting any errors or warnings or just no reaction to the request?
@cleidigh Can not save the file, my home is win10, there is no problem, I do not know which plug-in conflict, or I configure the conflict
{
"git.path": "D:\\Program Files\\Git\\bin\\git.exe",
"workbench.iconTheme": "vscode-icons",
"search.exclude": { // 搜索排除文件夹
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true
},
"eslint.autoFixOnSave": true,
"tslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"vue",
"vue-html"
],
"beautify.config": {
"indent_size": 4
},
"beautify.language": {
"js": {
"type": [
"javascript",
"json"
],
"filename": [
".jshintrc",
".jsbeautifyrc"
]
// "ext": ["js", "json"]
// ^^ to set extensions to be beautified using the javascript beautifier
},
"css": [
"css",
"scss"
],
"html": [
"htm",
"html"
]
},
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"git.autofetch": true,
"vsicons.projectDetection.autoReload": true
}
@jiayisheji So it sounds like you have a work machine with the problem but your home machine does not exhibit the problem and both systems are Windows 10 with VSCode 1.19 , yes?
Did you disable all extensions?
@cleidigh I first disable extension so try
Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
Steps to Reproduce:
Reproduces without extensions: Yes/No