Skip to content

Commit

Permalink
Fix: 日々付け替えられるナイトリービルド (1.x.x-dev) のタグがローカルと競合するため、リモートで追加されたタグを自動ではロ…
Browse files Browse the repository at this point in the history
…ーカルに反映しない
  • Loading branch information
tsukumijima committed Dec 10, 2024
1 parent 701fb94 commit fd8daff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pnpm-debug.log*

# Editor directories and files
.idea
.vscode
# .vscode
*.suo
*.ntvs*
*.njsproj
Expand Down
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
// 日々付け替えられるナイトリービルド (1.x.x-dev) のタグがローカルと競合するため、
// リモートで追加されたタグを自動ではローカルに反映しない
"git.pullTags": false,
// 保存時に ESLint による自動フォーマットを行う
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
},
// TypeScript の SDK をプロジェクトの node_modules から読み込む
"typescript.tsdk": "node_modules/typescript/lib",
}

0 comments on commit fd8daff

Please sign in to comment.