Skip to content

Instantly share code, notes, and snippets.

@hasanhameed07
Last active March 10, 2026 16:38
Show Gist options
  • Select an option

  • Save hasanhameed07/cd96857bb4f586645d2655f9cb5ff79d to your computer and use it in GitHub Desktop.

Select an option

Save hasanhameed07/cd96857bb4f586645d2655f9cb5ff79d to your computer and use it in GitHub Desktop.
kiro-settings
[
{
"id": "AlioshRomano.markdown-mind",
"name": "markdown-mind",
"publisher": "AlioshRomano",
"version": "1.0.0"
},
{
"id": "antfu.browse-lite",
"name": "browse-lite",
"publisher": "antfu",
"version": "0.3.9"
},
{
"id": "antfu.vite",
"name": "vite",
"publisher": "antfu",
"version": "0.2.5"
},
{
"id": "atlassian.atlascode",
"name": "atlascode",
"publisher": "atlassian",
"version": "4.0.22"
},
{
"id": "bradlc.vscode-tailwindcss",
"name": "vscode-tailwindcss",
"publisher": "bradlc",
"version": "0.14.28"
},
{
"id": "christian-kohler.path-intellisense",
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.8.0"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "3.0.24"
},
{
"id": "dionmunk.vscode-notes",
"name": "vscode-notes",
"publisher": "dionmunk",
"version": "2.0.0"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "17.11.0"
},
{
"id": "EditorConfig.EditorConfig",
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.18.1"
},
{
"id": "emmess.emmess-palegreen-on-bluishcyan",
"name": "emmess-palegreen-on-bluishcyan",
"publisher": "emmess",
"version": "1.0.0"
},
{
"id": "formulahendry.auto-close-tag",
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.15"
},
{
"id": "formulahendry.auto-rename-tag",
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.10"
},
{
"id": "hollowtree.vue-snippets",
"name": "vue-snippets",
"publisher": "hollowtree",
"version": "0.1.12"
},
{
"id": "KevinRose.vsc-python-indent",
"name": "vsc-python-indent",
"publisher": "KevinRose",
"version": "1.21.0"
},
{
"id": "mike-flanigan.daobeam",
"name": "daobeam",
"publisher": "mike-flanigan",
"version": "1.3.12"
},
{
"id": "ms-python.debugpy",
"name": "debugpy",
"publisher": "ms-python",
"version": "2025.18.0"
},
{
"id": "ms-python.python",
"name": "python",
"publisher": "ms-python",
"version": "2026.2.0"
},
{
"id": "muhammad-ahmad.xlsx-viewer",
"name": "xlsx-viewer",
"publisher": "muhammad-ahmad",
"version": "1.7.2"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.5.2"
},
{
"id": "pflannery.vscode-versionlens",
"name": "vscode-versionlens",
"publisher": "pflannery",
"version": "1.24.1"
},
{
"id": "redhat.vscode-yaml",
"name": "vscode-yaml",
"publisher": "redhat",
"version": "1.21.0"
},
{
"id": "sapegin.notebox",
"name": "notebox",
"publisher": "sapegin",
"version": "1.0.4"
},
{
"id": "Shan.code-settings-sync",
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"id": "steoates.autoimport",
"name": "autoimport",
"publisher": "steoates",
"version": "1.5.3"
},
{
"id": "vitest.explorer",
"name": "explorer",
"publisher": "vitest",
"version": "1.44.2"
},
{
"id": "Vue.volar",
"name": "volar",
"publisher": "Vue",
"version": "3.2.5"
},
{
"id": "xabikos.JavaScriptSnippets",
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.8.0"
},
{
"id": "zokugun.cron-tasks",
"name": "cron-tasks",
"publisher": "zokugun",
"version": "0.2.1"
},
{
"id": "zokugun.sync-settings",
"name": "sync-settings",
"publisher": "zokugun",
"version": "0.19.1"
}
]
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+shift+space",
"command": "-editor.action.triggerParameterHints",
"when": "editorHasSignatureHelpProvider && editorTextFocus"
},
{
"key": "ctrl+shift+space",
"command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly && !suggestWidgetVisible"
},
{
"key": "ctrl+space",
"command": "-editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly && !suggestWidgetVisible"
},
{
"key": "ctrl+shift+space",
"command": "toggleSuggestionDetails",
"when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus"
},
{
"key": "ctrl+space",
"command": "-toggleSuggestionDetails",
"when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus"
},
{
"key": "ctrl+shift+space",
"command": "focusSuggestion",
"when": "suggestWidgetVisible && textInputFocus && !suggestWidgetHasFocusedSuggestion"
},
{
"key": "ctrl+space",
"command": "-focusSuggestion",
"when": "suggestWidgetVisible && textInputFocus && !suggestWidgetHasFocusedSuggestion"
},
{
"key": "ctrl+shift+space",
"command": "workbench.action.terminal.sendSequence",
"when": "terminalFocus && terminalShellIntegrationEnabled && !accessibilityModeEnabled && terminalShellType == 'pwsh'"
},
{
"key": "ctrl+space",
"command": "-workbench.action.terminal.sendSequence",
"when": "terminalFocus && terminalShellIntegrationEnabled && !accessibilityModeEnabled && terminalShellType == 'pwsh'"
},
{
"key": "ctrl+shift+space",
"command": "workbench.action.terminal.sendSequence",
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalShellIntegrationEnabled && !accessibilityModeEnabled && terminalShellType == 'pwsh'"
},
{
"key": "ctrl+space",
"command": "-workbench.action.terminal.sendSequence",
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalShellIntegrationEnabled && !accessibilityModeEnabled && terminalShellType == 'pwsh'"
},
{
"key": "shift+win+q",
"command": "aws.amazonq.focusChat"
}
]
{
"redhat.telemetry.enabled": false,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"amazonQ.workspaceIndex": true,
"editor.fontSize": 16,
"editor.suggest.preview": true,
"amazonQ.telemetry": false,
"atlascode.jira.lastCreateSiteAndProject": {
"siteId": "",
"projectKey": ""
},
"geminicodeassist.project": "hera-b9ca3",
"amazonQ.suppressPrompts": {
"amazonQChatDisclaimer": true
},
"workbench.editor.showTabIndex": true,
"git.blame.editorDecoration.enabled": true,
"[dockercompose]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[github-actions-workflow]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"gitlens.ai.model": "vscode",
"gitlens.ai.vscode.model": "copilot:gpt-4.1",
"workbench.colorTheme": "Daobeam",
"kiroAgent.agentAutonomy": "Supervised",
"kiroAgent.modelSelection": "claude-sonnet-4.6",
"atlascode.rovodev.showEntitlementNotifications": false,
"kiroAgent.trustedCommands": [
"python -c \"\nimport csv\nwith open('CONSOLIDATED_MAPPING_v3.csv', 'r', encoding='utf-8') as f:\n rows = list(csv.DictReader(f))\n\nprint('UPDATED FILE SUMMARY')\nprint('='*60)\nprint(f'Total rows: {len(rows)}')\nprint(f'Columns: {len(rows[0].keys())}')\nprint()\n\n# Count by status\nstatus_counts = {}\nfor r in rows:\n s = r.get('New_Status', 'EMPTY')\n status_counts[s] = status_counts.get(s, 0) + 1\n\nprint('Status Distribution:')\nfor s, c in sorted(status_counts.items()):\n print(f' {s}: {c}')\n\nprint()\nprint('Fields with Import Source Matches:')\nmatched = [r for r in rows if r.get('Import_Match_Score')]\nfor r in matched:\n print(f' {r[\\\"Table\\\"]}.{r[\\\"Field\\\"]}')\n print(f' → {r[\\\"Import_Source_Name\\\"]} | {r[\\\"Import_Metric_Name\\\"]} (score:{r[\\\"Import_Match_Score\\\"]})')\n\"",
"python analysis/new_schema_coverage_analyzer.py",
"python -B analysis/test_report_generator.py",
"git status *",
"git branch *"
],
"notes.notesLocation": "d:\\work\\not",
"dory-notes.syncMode": "local",
"xlsxViewer.csv.firstRowIsHeader": false,
"xlsxViewer.csv.stickyHeader": false,
"xlsxViewer.csv.stickyToolbar": true,
"window.title": "${rootName}${separator}${dirty}${activeEditorShort}",
"atlascode.jira.lastCreatePreSelectedValues": {
"siteId": "",
"projectKey": "",
"issueTypeId": ""
},
"kiroAgent.trustedTools": [
"webFetch",
"remote_web_search"
],
"security.workspace.trust.untrustedFiles": "open",
"sync.gist": "88120708a91cbcba461546ed40118581",
"sync.forceUpload": true,
"sync.autoUpload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment