Lonefy / vscode-JS-CSS-HTML-formatter

JS,CSS,HTML formatter for vscode
48 stars 23 forks source link

AutoSave pastes file(s) with changes into the pane with the focus, on top of the code already there. #56

Open weinand opened 7 years ago

weinand commented 7 years ago

From @1nsomniac on March 13, 2017 17:9

Extension Author Version
theme-toothpaste aalaap 0.0.1
html-snippets abusaidm 0.1.0
theme-material bcmarinacci 1.3.0
gitignore codezombiech 0.5.0
vscode-eslint dbaeumer 1.2.7
githistory donjayamanne 0.2.0
tslint eg2 0.8.1
vscode-npm fknop 3.3.0
Theme-CloudsMidnight gerane 0.0.2
Theme-Colonoscopy gerane 0.0.2
Theme-feelgood gerane 0.0.2
Theme-PastelsonDark gerane 0.0.2
Theme-peel gerane 0.0.2
Theme-Sourlick gerane 0.0.2
Theme-TomorrowNight gerane 0.0.2
Theme-TomorrowNightEighties gerane 0.0.2
Theme-tonic gerane 0.0.2
Theme-zacks gerane 0.0.2
beautify HookyQR 0.8.9
crayon-vscode jansenfuller 0.1.3
theme-charcoal-oceanicnext joshpeng 1.1.5
vscode-JS-CSS-HTML-formatter lonefy 0.2.2
mssql ms-mssql 0.3.0
Theme-MarkdownKit ms-vscode 0.1.1
vs-keybindings ms-vscode 0.1.3
debugger-for-chrome msjsdiag 2.6.0
theme-oceanicnext naumovs 0.0.4
theme-darktooth Poorchop 0.0.2
theme-cyanicpastels SamuelLampa 0.0.9
Spell seanmcbreen 0.9.1
code-spell-checker streetsidesoftware 0.17.2
theme-glacier Tyriar 0.0.10
dark-plus-material vangware 0.2.4
vscode-wakatime WakaTime 1.1.3
theme-1-southwark-bridge-dark xaver 0.0.2 ;

Steps to Reproduce:

  1. Turn on autoSave (any option works)
  2. Edit file. Wait for, or trigger autoSave. (I have reinstalled vscode, restarted, and tried all the autosave options multiple ways. Issue started after I updated my computer. I'm on the Windows Insiders fast ring. Issue has persisted for more than two weeks.) These screenshots show original saved files, edited text, focus change/save, and then another focus change/save.

screenshot 17 screenshot 18 screenshot 19 screenshot 20

Copied from original issue: Microsoft/vscode#22552

weinand commented 7 years ago

It is possible that this issue is caused by an installed extension. Can you try to run VS Code without extensions? From the command line, execute: code --disable-extensions and try your steps again to see if it reproduces. If you see it is an issue with the extension, please file it against the extension repository itself.

weinand commented 7 years ago

From @1nsomniac on March 13, 2017 17:20

Ummm, so I resolved this issue. JS-CSS-HTML Formatter (sic) by lonefy instigates the issue. When it's off it doesn't happen.

weinand commented 7 years ago

I will move this issue to the https://marketplace.visualstudio.com/items?itemName=lonefy.vscode-JS-CSS-HTML-formatter

You can find the repository yourself o the Marketplace.

weinand commented 7 years ago

From @1nsomniac on March 13, 2017 17:23

Thanks :)