vscode-markdownlint icon indicating copy to clipboard operation
vscode-markdownlint copied to clipboard

[Feature Request] Support tilde expansion in config

Open laggardkernel opened this issue 4 years ago • 1 comments

  "markdownlint.config": {
    // tilde is not supported
    "extends": "~/.config/markdownlint/config"
  },

Currently ~ is not supported in vscode-markdownlint configuration, but supported in default settings like python.defaultInterpreterPath, etc. Hope this feature could be supported.

Environments

  • OS: macOS 10.14.6
  • VSCode: 1.57.1
  • vscode-markdownlint: 0.43.2

laggardkernel avatar Aug 26 '21 15:08 laggardkernel

This should work in the next update, via https://github.com/DavidAnson/markdownlint/commit/ffc4d569182a116c0233b2efc97353364c470702.

DavidAnson avatar May 18 '22 05:05 DavidAnson