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

Set editor options for individual files. Supports Vim and Emacs modelines plus a Code-specific modeline syntax.

Results 15 vscode-modelines issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for this extension. Could you publish it on https://open-vsx.org/ so that users of [VSCodium](https://vscodium.com/) can install it easily? https://open-vsx.org/

Hi, it would be great if the plungin would also support fileencoding (e.g. fileencoding=windows1252). Many thanks in advance. J.

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It would be awesome if one could specify the jsonschema of a file via a modeline. I have a lot of schemata for JSON and YAML fles the YAML extension...

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

http://vimdoc.sourceforge.net/htmldoc/options.html#'wrap' http://vimdoc.sourceforge.net/htmldoc/options.html#'textwidth' I believe these options will be useful as they are frequently used. https://code.visualstudio.com/updates/v1_10#_word-wrap-settings-redesign

I'm often using this modeline with my markdown files, so VSCode will use 2 spaces for identation. ```html ``` But recently I noticed what extension sets only tab rendering size...

Add the language mapping for ssh_config (provided by `ms-vscode-remote.remote-ssh-edit`) vim, vi, kate,...: `sshconfig` vscode: `ssh_config`