name: Prevent yarn.lock changes in PRs runs-on: ubuntu-latest steps: - uses: octokit/request-action@v2.x id: get_permissions with: route: GET /repos/microsoft/vscode/collaborators/{username}/permission username: ${{ github.event.pull_request.user.login }} env: GITHUB_TOKEN: ${{ secrets...
GITBUTLER_TESTS_NO_CLEANUP: '1' CARGO_TERM_COLOR: always shell: bash 3 changes: 1 addition & 2 deletions 3 .github/actions/init-env-node/action.yaml Original file line numberDiff line numberDiff line change @@ -1,7 +1,7 @@ name: init-env-node description: Prepare Node.js Environme...
Add both file into global gitignore: touch ~/.gitignore_global//create one if you don't have itvim~/.gitignore_global//edit it//add.prettierrc .prettierignore//Rungit config --globalcore.excludesfile ~/.gitignore_global
235 (merged)branch in the Web IDE. Check out this branch in thevscode-workflow-extensionsubmodule in the Web IDE. Apply the following patch in thevscode-workflow-extensionsubmodule diff --git a/src/common/snowplow/snowplow_options.ts b/src/common/snowplow/snowplow_options.tsindex c0b43b9c..1d...
Run apt-get -qq update && apt-get -qq -y install shellcheck apt-get -qq update && apt-get -qq -y install shellcheck git ls-files -z '*.sh' | xargs -0 --no-run-if-empty shellcheck shell: sh -e {0} debconf: delaying package configuration, ...
TobiasFaller/vscode-vt100-syntax-highlightPublic Notifications Fork4 Star30 This is a Visual Studio Code extension to display and edit VT100 colors and styles in the text editor. A preview and export functionality enable additional workflows for terminal logs and files with VT100-VT520 escape seq...
"vscode": { "settings": { "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash", "args": ["-l"] } }, "terminal.integrated.defaultProfile.linux": "bash" }, "extensions": [ "ms-vscode.cpptools", "eamodio.gitlens" ] } }, // Map the host .ssh folder into...
Git - rename "untrackedChangesSoftDelete" to "untrackedChangesEnableT… … Verified 4f9a97f lszomoru self-assigned this Feb 25, 2025 lszomoru enabled auto-merge (squash) February 25, 2025 20:27 lszomoru added the git label Feb 25, 2025 lszomoru added this to the February 2025 milest...
git clone https://github.com/goplus/gop.gitcdgop#On mac/linux run:./all.bash#On Windows run:all.bat Go+ Applications 2D Games powered by Go+ A Go+ 2D Game Engine for STEM education Aircraft War Flappy Bird Maze Play BetaGo Gobang ...
curl -sfL https://direnv.net/install.sh | bash The last step is to configure your shell to use direnv. For example for bash, add the following lines at the end of your ~/.bashrc: eval "\$(direnv hook bash)" Then restart the shell. For other shells, see https://direnv.net/docs...