Created
August 12, 2025 16:45
-
-
Save codxse/91991ba40d743b28ebe4b7af0e83268d to your computer and use it in GitHub Desktop.
Nadiar's vscode user setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kilo-code.allowedCommands": [ | |
"npm test", | |
"npm install", | |
"tsc", | |
"git log", | |
"git diff", | |
"git show", | |
"npm" | |
], | |
"kilo-code.deniedCommands": [], | |
"vim.useSystemClipboard": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment