achat-maison-albi-fr/.vscode/settings.json

18 lines
670 B
JSON

{
// Enable pasting files into a Markdown editor to create Markdown links.
"markdown.editor.filePaste.enabled": true,
// Copy pasted media files into a Markdown editor to the workspace.
"markdown.editor.filePaste.copyIntoWorkspace": "mediaFiles",
// Enable dropping files into a Markdown editor to create Markdown links.
"markdown.editor.drop.enabled": true,
// Copy dropped media files into a Markdown editor to the workspace.
"markdown.editor.drop.copyIntoWorkspace": "mediaFiles",
// Define the destination folder for copied files.
"markdown.copyFiles.destination": {
"/src/content/**/*": "/src/images/content/${documentBaseName}/"
},
}