科研工作专用ChatGPT拓展,特别优化学术Paper润色体验,支持自定义快捷按钮,支持markdown表格显示,Tex公式双显示,代码显示功能完善,新增本地Python工程剖析功能/自我剖析功能 - remove .vscode from git · hackhy/chatgpt_academic@baf6147
.gitignore -3 Original file line numberDiff line numberDiff line change @@ -22,9 +22,6 @@ bin/ 22 22 android/.classpath 23 23 android/.settings/ 24 24 25 - # Visual Studio Code related 26 - .vscode/ 27 - 28 25 # Flutter repo-specific 29 26 /bin/cache/ 30...
.gitignore Initial setup Apr 26, 2018 .vscodeignore Initial setup Apr 26, 2018 CHANGELOG.md Update to v1.1.1 May 5, 2018 LICENSE Add license May 1, 2018 README.md docs: fix emoji Jan 17, 2019 package-lock.json Bump tar from 2.2.1 to 2.2.2 ...
VSCode version: 1.51.1 OS version: Ubuntu 20.04 Steps to reproduce Install extension Find in the extension directory ~/.vscode/extensions/alefragnani.bookmarks-11.4.0 these subdirectories: vscode-bookmarks-core and vscode-whats-new. Each of these contain files named ".git". In the first one,...
44 changes: 0 additions & 44 deletions 44 vscode/src/completions/context/retrievers/bfg/simple-git.ts Load diff This file was deleted. 1 change: 0 additions & 1 deletion 1 vscode/src/completions/context/utils.ts Original file line numberDiff line numberDiff line change @@ -15,7 +15,...
Whitespace Ignore whitespace Split Unified 1 change: 0 additions & 1 deletion 1 .gitignore Original file line numberDiff line numberDiff line change @@ -1,4 +1,3 @@ node_modules *.vsix dist s 0 comments on commit 52b7724 Please sign in to comment. Footer...
For example, let’s say you’re creating a worktree entry from theinsidersbranch and want to have it live in a directory calledvscode-gitlens-demo-1. Let’s also assume you have selected the next highest directory to base the new worktree entry’s folder,... Your new worktree entry woul...
Git - remove hard coded remote name when detecting the default branch Verified 44d67f4 lszomoru self-assigned this Jan 7, 2025 lszomoru enabled auto-merge (squash) January 7, 2025 18:51 lszomoru added the git label Jan 7, 2025 lszomoru added this to the January 2025 milestone Jan...
Git - remove codicon from git blame status bar item template setting 0595753 lszomoru self-assigned this Dec 3, 2024 lszomoru enabled auto-merge (squash) December 3, 2024 21:19 lszomoru added the git label Dec 3, 2024 lszomoru added this to the November 2024 milestone Dec 3, 2024...
It removes the vscode upstream repository's commits from the VSCode Fork repository. After switching to a patch-based strategy where the vscode upstream project becomes a submodule of the VSCode Fork repository, and GitLab's customizations are stored as patch files, we don't need to base the ...