fix: Fix linter error

This commit is contained in:
ERoydev 2025-12-09 13:20:23 +02:00
parent 8ee653fd18
commit 35906cee5f
No known key found for this signature in database
GPG key ID: DC2BFD1CBDA9B846

View file

@ -177,7 +177,7 @@ function createCommands(): Record<string, CommandFactory> {
copyRunCommandLine: { enabled: commands.copyRunCommandLine },
debug: { enabled: commands.debug },
newDebugConfig: { enabled: commands.newDebugConfig },
fetchRunnableAtCursor : { enabled: commands.fetchRunnableAtCursor },
fetchRunnableAtCursor: { enabled: commands.fetchRunnableAtCursor },
openDocs: { enabled: commands.openDocs },
openExternalDocs: { enabled: commands.openExternalDocs },
openCargoToml: { enabled: commands.openCargoToml },