gitignore.io icon indicating copy to clipboard operation
gitignore.io copied to clipboard

VisualStudio overrides VisualStudioCode settings

Open AJpon opened this issue 1 year ago • 0 comments

Issue

VisualStudio includes a VisualStudioCode setting, which ignores the VisualStudioCode workspace

On the other hand, if only VisualStudioCode is configured, the workspace is preserved

This setting should be unified or completely separated, as it causes confusion

Expected Behavior:

Either one of two types of operation

  1. when creating VisualStudio + VisualStudioCode settings, do not ignore the VisualStudioCode workspace
  2. if VisualStudioCode settings are created, ignore the workspace

Actual Behavior:

VisualStudioCode only, the workspace is not ignored

VisualStudio + VisualStudioCode, the workspace is ignored.

Reproduction Steps:

  • https://www.toptal.com/developers/gitignore/api/visualstudiocode
  • https://www.toptal.com/developers/gitignore/api/visualstudio
  • https://www.toptal.com/developers/gitignore/api/visualstudio,visualstudiocode

AJpon avatar Nov 12 '24 02:11 AJpon