General |
|
|
codeBridge.exclude |
Glob patterns for files/folders to exclude. |
["**/node_modules", ...] |
codeBridge.notifications.disableSuccess |
Suppress success notifications. |
false |
Commands |
|
|
codeBridge.commands.enable... |
Show or hide specific commands in the context menu. |
true |
Copy Content |
|
|
codeBridge.copy.raw |
Copy raw code only, without Markdown formatting. |
false |
codeBridge.copy.includeStats |
Prepend file/line/word count statistics. |
false |
codeBridge.copy.removeLeadingWhitespace |
Remove leading whitespace from each line. |
false |
codeBridge.copy.minifyToSingleLine |
Collapse each file into a single line. |
false |
codeBridge.copy.codeFence |
The string for Markdown code fences. |
" ``` " |
codeBridge.copy.ignoreBinaryFiles |
Skip binary files when copying. |
true |
codeBridge.copy.maxFileSize |
Max file size in bytes for copying. 0 disables. |
0 |
codeBridge.copy.lineWarningLimit |
Warn if total lines exceed this limit. 0 disables. |
50000 |
Prompts |
|
|
codeBridge.prompt.custom |
Define your own library of prompt templates. |
{...} |
codeBridge.prompt.addDefault |
Always prepend the default prompt to 'Copy Code'. |
false |
codeBridge.prompt.default |
The default prompt to use when the above is enabled. |
"" |
Project Tree |
|
|
codeBridge.tree.style |
The visual style of the project tree. |
classic |
codeBridge.tree.includeHidden |
Include hidden files/folders (dotfiles) in the tree. |
false |
File Generator (Experimental) |
|
|
codeBridge.generator.createDirectories |
Automatically create missing directories. |
true |
codeBridge.generator.overwriteExisting |
Overwrite existing files without confirmation. |
false |
codeBridge.generator.disableFileSelection |
Generate all files without a selection prompt. |
false |