codeql_update_file
Update an open CodeQL file's content in the language server to enable dynamic analysis of unsaved changes.
Instructions
Updates the content of an open CodeQL file in the language server.
Allows dynamic modification and analysis of unsaved changes.
Args: file_uri: URI of the CodeQL file content: New complete content of the file
Returns: Dictionary with success message and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| file_uri | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||