Skip to content

Instantly share code, notes, and snippets.

@codxse
Created August 12, 2025 16:45
Show Gist options
  • Save codxse/91991ba40d743b28ebe4b7af0e83268d to your computer and use it in GitHub Desktop.
Save codxse/91991ba40d743b28ebe4b7af0e83268d to your computer and use it in GitHub Desktop.
Nadiar's vscode user setting
{
"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