Skip to content

Implement edit/insert prompts #7495

Implement edit/insert prompts

Implement edit/insert prompts #7495

Triggered via pull request October 21, 2024 18:01
Status Failure
Total duration 45s
Artifacts

lints.yml

on: pull_request
safe-prompts-lint
36s
safe-prompts-lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
safe-prompts-lint: vscode/src/chat/chat-view/ChatController.ts#L725
New `unsafe_fromUserQuery` invocation found. This is not safe. Please use one of the PromptString helpers instead.
safe-prompts-lint: vscode/src/chat/chat-view/ChatController.ts#L986
New `unsafe_fromLLMResponse` invocation found. This is not safe. Please use one of the PromptString helpers instead.
safe-prompts-lint
Process completed with exit code 1.
safe-prompts-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/