Skip to content

obvious fix: remove .vscode from tracking per .gitignore policy - #590

Open
sraynitjsr wants to merge 1 commit into
okta:masterfrom
sraynitjsr:remove-vscode-tracking
Open

obvious fix: remove .vscode from tracking per .gitignore policy#590
sraynitjsr wants to merge 1 commit into
okta:masterfrom
sraynitjsr:remove-vscode-tracking

Conversation

@sraynitjsr

@sraynitjsr sraynitjsr commented May 18, 2026

Copy link
Copy Markdown

Summary - obvious fix

Removes the .vscode/launch.json file from Git tracking to align with the existing .gitignore policy.

The .gitignore already specifies that .vscode should be ignored, but launch.json was previously committed, creating an inconsistency where the policy says ignore IDE configs, but one is tracked anyway.

Removing it allows contributors to use their preferred IDE configurations without conflicts. The generic launch.json provided no SDK-specific debugging value.

Fixes # N/A

Type of PR

  • Bug Fix (non-breaking fixes to existing functionality)
  • New Feature (non-breaking changes that add new functionality)
  • Documentation update
  • Test Updates
  • Other (Please describe the type)

Test Information

  • My PR required test updates

Go Version: N/A (configuration file removal only)
OS Version: N/A (configuration file removal only)
OpenAPI Spec Version: N/A (configuration file removal only)

Signoff

  • I have submitted a CLA for this PR
  • Each commit message explains what the commit does
  • I have updated documentation to explain what my PR does
  • My code is covered by tests if required
  • I ran make fmt on my code
  • I did not edit any automatically generated files

The .gitignore already specifies .vscode should be ignored, but
.vscode/launch.json was previously committed. This creates an
inconsistency where the policy says ignore IDE configs, but one
is tracked anyway.

Removing it allows contributors to use their preferred IDE
configurations without conflicts. The generic launch.json
provided no SDK-specific debugging value.
@sraynitjsr sraynitjsr changed the title Remove .vscode from tracking per .gitignore policy obvious fix: remove .vscode from tracking per .gitignore policy May 18, 2026
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.

1 participant