Skip to content

Commit 16200ce

Browse files
committed
docs: update instructions to clarify cross-platform support requirements
1 parent a6ceb9e commit 16200ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/instructions/typescript.instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ applyTo: '**/*.ts'
55
You are building a VSCode Extension that integrates with CodeQL to scan code for vulnerabilities.
66
The extension provides functionality to scan code for vulnerabilities using CodeQL.
77

8+
All code must be written to support Linux, Macos, and Windows.
9+
This includes path manipulation, command running, etc.
10+
811
Always use the logging functionality provided by the extension's `logger` module for consistent logging across the extension.
912
Always log actions that modify the state of the extension, such as configuration changes, CLI path updates, or user interactions.
1013

0 commit comments

Comments
 (0)