vssettings

How can I keep undo history after saving on Visual Studio Code

做~自己de王妃 提交于 2020-05-10 07:09:09
问题 I'm using latest version of VS code (1.9.0). After I undo (ctrl+z) something, and save the file (ctrl+s), then I cannot redo anymore (ctrl+y). I would like to go back and forth during the editor is running same as Sublime or other editor. Can anyone solve this problem? Thank you. 回答1: Undo/redo on a kept open file That normally should work. If not, it could be an issue with one of your installed extensions. Try to start Visual Studio Code on a terminal/command line with code --disable

Schema for .vssettings files?

蓝咒 提交于 2020-01-14 10:34:11
问题 I would like to hand edit a Visual Studio team settings file to make a few changes. Is there a documented schema anywhere (either XSD or English prose) for .vssettings files? 回答1: Could you please elaborate on what you want to edit, and why? I'd be very surprised if you came across something that isn't settable from the GUI. If you need to automate some IDE setup across multiple machines, I'd suggest IDE macros. Technically - the answer is no. vssettings files are not validated against any

Can I save the window layout in Visual Studio 2010/2012/2013?

混江龙づ霸主 提交于 2019-11-28 15:32:11
问题 Is there a way to save (and later revert to) a given window layout in VS2010/VS2012/2013? 回答1: Yes, you can use the "Import and Export Settings Wizard" (found in the Tools menu) to export only the settings that relate to your current window layout to a file. Uncheck everything but "General Settings" > "Window Layouts", and save the file somewhere you'll be able to find it later. Then, you can use the "Import and Export Settings Wizard" again to import that settings file, restoring all of your