Skip to content

Add .slnLaunch to JSON extensions#7986

Open
brunt-toast wants to merge 1 commit into
github-linguist:mainfrom
brunt-toast:slnLaunch
Open

Add .slnLaunch to JSON extensions#7986
brunt-toast wants to merge 1 commit into
github-linguist:mainfrom
brunt-toast:slnLaunch

Conversation

@brunt-toast
Copy link
Copy Markdown

.slnLaunch is a json-formatted file used by Visual Studio to create launch profiles for combinations of .NET projects with specific configurations and architectures.

As indicated by Microsoft Learn - Set multiple startup projects and Visual Studio's own behaviour when creating a launch profile via GUI, the canonical format is ".slnLaunch", with the capital "L", however Visual Studio will also recognise the file with a lower-case L. In fact, Visual Studio matches case-insensitively, but .*\.sln[Ll]aunch covers most reasonable cases.

(Above: N/A, as far as I am aware there is no other use for .slnLaunch)

@brunt-toast brunt-toast requested a review from a team as a code owner May 28, 2026 09:05
@Alhadis Alhadis changed the title Add .slnLaunch to JSON languages Add .slnLaunch to JSON extensions May 28, 2026
Comment on lines +3510 to +3511
- ".slnlaunch"
- ".slnLaunch"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linguist identifies file extensions case-insensitively, so there's no need for camelCased variant of .slnLaunch.

Suggested change
- ".slnlaunch"
- ".slnLaunch"
- ".slnlaunch"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants