Questions tagged [vssettings]

27 questions
128
votes
5 answers

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

Is there a way to save (and later revert to) a given window layout in VS2010/VS2012/2013?
lance
  • 16,092
  • 19
  • 77
  • 136
29
votes
7 answers

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

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…
Eliot
  • 291
  • 1
  • 3
  • 4
23
votes
5 answers

Where can you get more VS2010 themes?

I am not talking about the code editor. I have already imported my Visual Studio setting to change the color markup of my project files I am now wanting to change the Theme of Visual Studio to a darker theme using Theme plugin in the Visual Studio…
runxc1 Bret Ferrier
  • 8,096
  • 14
  • 61
  • 100
13
votes
3 answers

Where are Visual Studios Debugging settings saved?

When I change the Debugging settings in the Project Properties (in my case especially the Environment value) it is not saved to the project or solution file. Where is it saved?
jaba
  • 735
  • 7
  • 18
11
votes
3 answers

.vssettings file (Visual Studio Settings) Color Format

I'm creating my own color scheme for Sublime text based off of a Visual Studio Theme. The Visual Studio theme has foreground and background defined, but they are not in the standard RGB triplet. I don't know what this number means, and I was…
Richie Li
  • 1,257
  • 2
  • 13
  • 20
11
votes
2 answers

Where is the .vssettings for Visual Studio Express?

Which directory is this file located in? Reason I ask is, I want to back up my settings.
Jonathan
  • 32,202
  • 38
  • 137
  • 208
11
votes
1 answer

Convert current .vssettings to .vstheme for VS 2013

I have downloaded the Visual Studio 2013 Color Theme Editor and a fonts/colors theme in the form of a .vssettings file (from here). I want to be able to edit the file in the Color Themes window/tab/thing, but, to do that, I need to first convert the…
ricky3350
  • 1,710
  • 3
  • 20
  • 35
6
votes
1 answer

Font and Color Setting for Text Editor T-SQL Variable Declaration Data Type Size

I can't find the VS2010 Tools | Options... | Environment | Fonts and Colors Text Editor setting for controlling the foreground color of the numeric literal that defines the size of T-SQL variable datatypes like varchar, char. My problem is that my…
Emmanuel
  • 3,475
  • 6
  • 29
  • 45
4
votes
2 answers

Show more than (or less than) six recent projects in Visual Studio 2010

Is it possible to change the number of recent project showing on the start page of Visual Studio 2010, and if so, how?
MrBoJangles
  • 12,127
  • 17
  • 61
  • 79
4
votes
1 answer

Schema for .vssettings files?

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?
William Gross
  • 2,083
  • 2
  • 17
  • 35
2
votes
3 answers

How to run a specific task in a powershell only in vscode

I am on windows 10 and my default shell in vscode is git bash which is used by all tasks. For a specific task, I want to use powershell. Is this possible { "label": "sometask", "type": "shell", "command":…
AhmedRana
  • 486
  • 9
  • 22
2
votes
1 answer

Edit a file that is exclusively checked out by another user in visual source safe(VSS)

I just want to edit a web config file in a source code through vss. But I am getting an error file is exclusively checked out by another user I want to edit that file (no need to check in/no need to update my changes). How can do this..? Note : I…
AcAnanth
  • 765
  • 3
  • 19
  • 53
2
votes
0 answers

SVN to Source Safe migration with History

Is it Possible to Migrate the project including history from SVN(subversion) to Visual Source safe..? How?
Rageesh Geetha Raman
  • 1,409
  • 1
  • 10
  • 13
1
vote
1 answer

How to add a description to a .vssettings file

I'm trying to add a description tag into the vssettings file so I can keep apart the various vssettings file I'm using.
CodingBarfield
  • 3,392
  • 2
  • 27
  • 54
1
vote
0 answers

How can I convert a Visual Studio theme in .vsix format to .vsettings for use on Visual Studio Mac 2019?

I'm trying to use this port of the Night Owl theme from Visual Studio Code on Visual Studio 2019 for my Mac. I had no issues downloading and installing this theme on the Windows version of VS 2019, but I have no idea how to use it on the Mac…
Ginger and Lavender
  • 436
  • 1
  • 8
  • 21
1
2