Skip to content

Commit

Permalink
Add ErrorLens extension and fix typo in annotations script
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 16, 2024
1 parent ac1ec45 commit 0209add
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"streetsidesoftware.code-spell-checker",
"file-icons.file-icons",
"GitHub.vscode-pull-request-github",
"johnpapa.vscode-peacock"
"johnpapa.vscode-peacock",
"usernamehw.errorlens"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"github.vscode-pull-request-github",
"ms-toolsai.prompty",
"unifiedjs.vscode-mdx",
"johnpapa.vscode-peacock"
"johnpapa.vscode-peacock",
"usernamehw.errorlens"
]
}
2 changes: 1 addition & 1 deletion packages/sample/genaisrc/annotations.genai.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scr ipt({
script({
system: ["system", "system.annotations"],
})

Expand Down

0 comments on commit 0209add

Please sign in to comment.