-
Notifications
You must be signed in to change notification settings - Fork 394
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
Improvement to dev_web and dev_web_nodejs #46
Comments
Thanks Anton! We're investigating enabling installing tools inside WSL. Need to first enable auto creation of the user rather than the current prompting. After that adding WSL install commands can happen and I agree will be very useful for these scripts. |
Install automatically VS Code debugger extensions for Chrome an Edge - - - - - - - - - - - - - - - - - - - Ref: microsoft#46
PR for VS Code extensions done (#48) |
Install automatically VS Code debugger extensions for Chrome and Edge - - - - - - - - - - - - - - - - - - - Ref: #46
Install automatically VS Code debugger extensions for Chrome and Edge - - - - - - - - - - - - - - - Ref: microsoft#46
Install automatically VS Code debugger extensions for Chrome and Edge - - - - - - - - - - - - - - - Ref: microsoft#46
It will install https://chocolatey.org/packages/microsoftwebdriver - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: #46
* Use `nvs` to install LTS and latest version of node. * Install `windows-build-tools` instead of independent packages for building node binary packages. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: microsoft#46
It will install https://chocolatey.org/packages/microsoftwebdriver - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: #46
Would it be possible to create a separate bash script that gets executed after creation of the Unix User by hand? Just curious. I'm going to try that I think. |
Here is the bash script that I use. The only hiccup is that the oh-my-zsh install is not a silent install. https://github.com/RobCannon/boxstarter/blob/master/boxstarter.sh There is also an example of keeping some Linux configurations in my OneDrive folder. That means I can delete my Ubuntu installation and rebuild it in about 20 minutes. |
@RobCannon Nice! Also this is great because I was meaning to give zsh and Oh-my-zsh another try so this is a great! also @molant Another idea would be to have Vscode install the [Sync Settings] extension which could then auto install and configure extensions for the user if provided with a github access token and a gist ID. |
I tried using Sync Settings, but I had trouble automating the configuration. Just putting the settings folder into OneDrive has been much simpler and it means one less extension to load! |
Ah yeah... I just realized that the extension list that sync settings outputs to the gist isn't made by sync settings, it's made and used by VScode isn't it? So should be syncable just like user settings. Nice. I'll have to try that. I spent this past weekend getting my old desktop machine converted into a personal Linux cloud server so instead of hopping along with my very patch work dropbox configurations backup I'm going to do things right and symlink them like you did so that it can all be organized in one place 😄 |
Why not put VSCode extensions as a separate script? that way each developers has the ability to add or remove there daily basis extensions, could be a lot of extensions, could apply the same for Visual Studio workloads |
I'm going to work on improving the
dev_web
anddev_web_nodejs
scripts. These are some of the ideas:nvs
, with LTE and Latest Node Versions installedbuild-essentials
from apt-getI'll keep this issue updated with the progress.
The text was updated successfully, but these errors were encountered: