Johannes Rappen

Results 183 comments of Johannes Rappen

No need to mention everyone again and again. --- * The coding style across all files is all over the place and inconsistent. * Why duplicate your channel file into...

@braver Maybe use instead? For further reactions might help as well.

Remove key bindings, instead add instructions on how to add your own.

Not sure if you already looked at: which isn't on PackageControl itself, but similar to this. --- You could use py3.8 for this for `"sublime_text": ">=4107"`, compare: (or deathaxe's clock...

As a reference, this `vuepress 1.x` plugin might help:

As a reference, this `vuepress 1.x` plugin might help:

Use: ```js // .vuepress/config.ts editLinkPattern: ':repo/blob/:branch/:path', ``` instead of: ```js // .vuepress/config.ts editLinkPattern: ':repo/edit/:branch/:path', ```

@daanx Could you look into this? is completely down for me.

@MayuraVerma in your steps to reproduce the third option is invalid json, you probably meant: ```jsonc // Packages/User/Preferences.sublime-settings { "font_face": [ "Source Code Pro", "Noto Sans Kannada" ] } ```