Jack Cherng

Results 289 comments of Jack Cherng

> @deathaxe I was just told on the Sublime HQ discord that those are incomplete and for LSP's own use only, and 2) they target py33. It looks like it...

> What's holding up the ability to change models? https://github.com/TerminalFi/LSP-copilot/issues/235 should be merged first. And it has a blocker https://github.com/sublimehq/sublime_text/issues/6424 (not sure whether we can workaround this in ST)

I have update to the latest server with `npm install --lockfile-version=2`, which is compatible with `yarn` v1.

Can `.copilotignore` un-ignored file patterns? E.g., in `.gitignore`, ``` * !foo ``` This will ignore everything excepts `foo`. --- What are the final patterns if both settings and `.copilotignore` both...

> is there any solution ? The plugin author has to add a button, which triggers a custom copy command, for copying whatever designed to be copied.

> I need to copy lsp content that came on popup which plugin I have to install ? Or I which setting of lsp I can turn on copy feature...

Since you didn't mention, the best result you can get at this moment is something like https://packagecontrol.io/packages/FileIcons. But it requires you to do some operations if you are not using...

> Is there a reason for it? It's how ST works at this moment. ## `file_type_docker.tmPreferences` ```xml scope source.dockerfile, source.yaml.docker, source.shell.docker settings icon file_type_docker ``` As you can see, the...

> Currently, one has to use json_decode() to access diff properties. Because it's not a design goal. If you want that rather than rendered diff, you probably just use https://github.com/jfcherng/php-sequence-matcher...

> Merging this PR would of course also prevent LSP-copilot to run on syntax test files. I don't know how useful LSP-Copilot is for those files; but since you were...