Skip to content

Could this be the last vscode branch?#344

Merged
jgallagher59701 merged 3 commits intomasterfrom
jhrg/vscode-3
Mar 10, 2026
Merged

Could this be the last vscode branch?#344
jgallagher59701 merged 3 commits intomasterfrom
jhrg/vscode-3

Conversation

@jgallagher59701
Copy link
Member

I figured out the two things that were bugging me:

  1. How to define 'prefix' and 'PATH' in one place and use it everywhere. The environment variables don't work, but vscode config variables do.
  2. How to get my .vscode stuff into git/github without overwriting other peoples'. Use a .vscode/jhrg directory. Those are versions while the *.json in .vscode itself are not.

@sonarqubecloud
Copy link

@@ -0,0 +1,16 @@
{
"prefix": "/Users/jimg/src/opendap/hyrax_git/build",
Copy link
Contributor

Choose a reason for hiding this comment

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

i'm assuming this hardcoding is fine and intentional since it's already nested under your .vscode subdir

Copy link
Member Author

Choose a reason for hiding this comment

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

My big idea is that we can each have our own config stuff under .vscode in .vscode/jhrg, .../hannah, ..., and then both learn from each other and move from machine to machine with versioned vscode configs. AFAIK so far, only prefix needs to be edited.

@jgallagher59701 jgallagher59701 merged commit 3e87bef into master Mar 10, 2026
5 checks passed
@jgallagher59701 jgallagher59701 deleted the jhrg/vscode-3 branch March 10, 2026 19:30
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