-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐋🏗⚡ set grimesai-salvage-tex:lunar
bootstrappable into devcontainer
#4
Comments
follow-up to OpenINF/docker-fisher#53 |
grimesai-salvage-tex:lunar
botstrappable into devcontainergrimesai-salvage-tex:lunar
bootstrappable into devcontainer
the missing pieces off the top of my head:
fish_config theme choose none mainly want to be sure we modernize the:
…of course, vscode config is a necessary evil here; i am going to try to be minimal unless we can centralize the vscode config in org-level dotfile repo for easily sharing ❤️❤️ |
already tough enough keeping two projects' vscode workspace settings somewhat aligned and current; a dope solution has presented itself:
// launch.json configuration
const config = workspace.getConfiguration(
'launch',
vscode.workspace.workspaceFolders[0].uri
);
// retrieve values
const values = config.get('configurations'); 🔗 https://code.visualstudio.com/api/references/vscode-api#WorkspaceConfiguration 💯💯💯 |
|
🥇 Workspace tasks and launch configurations — sounds like project bootstrapping temptation (must've been main reason) 🤔 — settles it for me gonna knock 'em out & also might wanna look into the fish env stuff (will hopefully know more soon) |
mercky, mercky, but; we even own the stuff (do we like it):
|
No description provided.
The text was updated successfully, but these errors were encountered: