Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider tagging the "extensionKind" as "ui" in package.json #33

Open
b-spencer opened this issue Feb 22, 2024 · 0 comments
Open

Consider tagging the "extensionKind" as "ui" in package.json #33

b-spencer opened this issue Feb 22, 2024 · 0 comments

Comments

@b-spencer
Copy link

b-spencer commented Feb 22, 2024

In my experience, tagging this extension as a "ui" extension solves issues when using remotes. I've been running it for months with a local settings.json override with no issues (not even the one in #28 when running a stock copy of this extension).

From my personal settings.json:

"remote.extensionKind": {
  "garaemon.vscode-emacs-tab": [ "ui" ],
}

I think just adding the following to package.json achieves the same effect:

"extensionKind": [
  "ui"
],

but I am not 100% certain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant