git version 2.9.0.windows.1 Description: during a Git merge process, VSCode can sometimes show no pending changes and refuse to let me commit, while command-line Git believes a merge is in progress and lets me commit. This occurs if the changed file contains no changes (after merge) that...
"dependencies": { // ... }, + "lint-staged": { + "src/**/*.{js,jsx,json,css}": [ + "prettier --single-quote --write", + "git add" + ] + }, "scripts": { Now, whenever you make a commit, Prettier will format the changed files automatically. You can also run ./node...
"commit": "git-cz" }, "files": [ "dist" ], "keywords": [ "web see", "web monitor", "web see sdk" ], "author": "海阔天空", "license": "ISC", "dependencies": { "core-js": "^3.19.1", "error-stack-parser": "^2.1.4", "js-base64": "^3.7.3...
" == NERDTree-git " == " It will show some statuses of file which is github repository using some icons like following that let g:NERDTreeIndicatorMapCustom = { \ "Modified" : "✹", \ "Staged" : "✚", \ "Untracked" : "✭", \ "Renamed" : "➜", \ "Unmerged" : "═"...
" == NERDTree-git " == let g:NERDTreeIndicatorMapCustom = { \ "Modified" : "✹", \ "Staged" : "✚", \ "Untracked" : "✭", \ "Renamed" : "➜", \ "Unmerged" : "═", \ "Deleted" : "✖", \ "Dirty" : "✗", ...
git giselle giggles gerry geraghty genteel genesis generalization generale gem gelding gaulle gastrocnemius gasket garlic gardner's gardner gardener gannon gangsters gamut game's gallop galleys galley gaieties gage gag gadget gabriel's gables fuss furnishing funk fundamentalist functionally fumbling fullness...
.gitignore gitignore: added cypress/screenshots_init Apr 29, 2022 .prettierignore npm: upgrade prettier 4 to 8 May 10, 2022 .prettierrc Add linting/autoformatting to the JS codebase (fossasia#564) Feb 26, 2019 AUTHORS Relicensing Visdom Nov 12, 2020 CODE_OF_CONDUCT.md Adopt Contributor ...
Ktbch 💎 style(fixed ui): fIXED UI BY DELAYED RENDERING 203c8be· Jul 23, 2024 History1,218 Commits .github .husky .storybook .vscode bin docs public scripts src .codeclimate.yml .czrc .env.example .env.test .eslintrc.js .gitignore .lintstagedrc CHANGELOG.md...
Local changes: Detect staged and unstaged local changes on: push: branches: # Push to following branches will trigger the workflow - master - develop - release/** jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 # Some action that modifies files tracked by git (...
GitGutter shows icons on each line for untracked and ignored files by default. Set tofalseto hide those icons. You may need to add scopes (markup.ignored.git_gutterandmarkup.untracked.git_gutter) to your color scheme to color the icons. ...