i've installed the plugin, but i'm not able to use it, whenever i found the action in command palette it's giving me %Subj
{
"breadcrumbs.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderSideBySide": false,
// "editor.colorDecorators": false,
"editor.columnSelection": false,
"editor.copyWithSyntaxHighlighting": false,
"editor.detectIndentation": false,
"editor.emptySelectionClipboard": false,
//"editor.fontFamily": "JetBrains Mono",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": false,
"editor.formatOnType": true,
// "editor.gotoLocation.multipleDeclarations": "goto",
// "editor.gotoLocation.multipleDefinitions": "goto",
// "editor.gotoLocation.multipleImplementations": "goto",
// "editor.gotoLocation.multipleReferences": "goto",
// "editor.gotoLocation.multipleTypeDefinitions": "goto",
// "editor.hideCursorInOverviewRuler": true,
// "editor.hover.enabled": false,
"editor.insertSpaces": true,
"editor.largeFileOptimizations": false,
// "editor.lightbulb.enabled": false,
//"editor.lineHeight": 19,
// "editor.matchBrackets": "never",
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
// "editor.occurrencesHighlight": false,
// "editor.overviewRulerBorder": false,
"editor.renderControlCharacters": true,
"editor.renderLineHighlight": "none",
"editor.renderWhitespace": "boundary",
// "editor.selectionHighlight": false,
"editor.snippetSuggestions": "top",
"editor.suggestFontSize": 16,
//"editor.suggestLineHeight": 28,
"editor.tabSize": 4,
"editor.wordWrapColumn": 240,
"emmet.includeLanguages": {
"latte": "html"
},
"explorer.confirmDragAndDrop": false,
"files.autoGuessEncoding": true,
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": false
},
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.confirmSync": false,
"git.decorations.enabled": false,
"git.enableCommitSigning": true,
"git.ignoredRepositories": [
"/home/charles"
],
"git.ignoreLimitWarning": true,
"gitlens.blame.ignoreWhitespace": true,
"html.format.contentUnformatted": "pre,code,textarea",
"html.format.endWithNewline": true,
"html.format.extraLiners": "head, body, /html",
"html.format.indentHandlebars": false,
"html.format.indentInnerHtml": false,
"html.format.maxPreserveNewLines": null,
"html.format.preserveNewLines": true,
"html.format.wrapAttributes": "preserve-aligned",
"html.format.wrapLineLength": 240,
"[php]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "junstyle.php-cs-fixer",
},
"php-cs-fixer.onsave": true,
"php-cs-fixer.showOutput": false,
"php-cs-fixer.autoFixByBracket": false,
"php-cs-fixer.rules": "@PSR2",
"php.suggest.basic": false,
"prettier.requireConfig": true,
"prettier.useEditorConfig": false,
// "problems.decorations.enabled": false,
"projectManager.git.baseFolders": [
"/home/charles/workspace"
],
"rest-client.decodeEscapedUnicodeCharacters": true,
"scm.diffDecorations": "all",
"search.useIgnoreFiles": false,
"search.exclude": {
"**/vendor/": true,
"**/public/": true,
"**/node_modules": true,
"**/dist": true,
"**/composer.lock": true,
"**/package-lock.json": true,
"storage": true,
".phpunit.result.cache": true
},
"sonarlint.ls.javaHome": "/home/charles/.vscode-oss/extensions/sonarsource.sonarlint_managed-jre/jre/jdk-11.0.10+9-jre",
"sync.gist": "d77a2e342550c2cf2d77d2ec50a078d2",
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.5,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"window.nativeFullScreen": false,
"window.newWindowDimensions": "inherit",
"workbench.action.terminal.pasteSelection": true,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Nord",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.showTabs": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.statusBar.visible": false,
"workbench.sideBar.location": "right",
// "workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"yaml.customTags": [
"!encrypted/pkcs1-oaep scalar",
"!vault scalar"
],
"workbench.editor.untitled.hint": "hidden",
"workbench.startupEditor": "newUntitledFile",
"redhat.telemetry.enabled": false,
"todo-tree.tree.showScanModeButton": false,
}
Environment
Actual behavior
i've installed the plugin, but i'm not able to use it, whenever i found the action in command palette it's giving me %Subj
Expected behavior
duplicating
Steps to reproduce
install
ctrl+shift+p
Duplicate file or directory
get an error
Settings