Skip to content

Sort selection command not appearing in remote workspaces #877

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

Closed
timothy003 opened this issue Nov 8, 2023 · 1 comment · Fixed by #878
Closed

Sort selection command not appearing in remote workspaces #877

timothy003 opened this issue Nov 8, 2023 · 1 comment · Fixed by #878
Assignees

Comments

@timothy003
Copy link

What version of VS Code are you using?

v1.84.1

What version of Tailwind CSS IntelliSense are you using?

v0.10.3

What version of Tailwind CSS are you using?

v3.3.5

What package manager are you using?

npm

What operating system are you using?

Windows 11 Pro

Tailwind config

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{html,js}"],
  theme: {
    extend: {},
  },
  plugins: [],
}

VS Code settings

{
  "yaml.schemas": {
    "file:///c%3A/Users/timot/.vscode/extensions/atlassian.atlascode-3.0.3/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
  },
  "redhat.telemetry.enabled": true,
  "atlascode.jira.jqlList": [
    {
      "id": "68020c13-a223-4999-bfed-d4db34ef4fe2",
      "enabled": true,
      "name": "My firstrade Issues",
      "query": "assignee = currentUser() AND resolution = Unresolved ORDER BY lastViewed DESC",
      "siteId": "35861721-e9dd-44d8-8de5-2c4595bd27af",
      "monitor": true
    }
  ],
  "git.autofetch": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.quickSuggestions": {
    "strings": "on"
  },
  "editor.accessibilitySupport": "off",
  "editor.wordWrap": "on",
  "diffEditor.ignoreTrimWhitespace": false,
  "javascript.preferences.importModuleSpecifier": "non-relative",
  "svelte.enable-ts-plugin": true,
  "[svelte]": {
    "editor.defaultFormatter": "svelte.svelte-vscode"
  },
  "remote.SSH.remotePlatform": {
    "tim-ftdr072.home.arpa": "windows",
    "hq-dev-2": "linux",
    "tim-ftdr072": "windows"
  },
  "Lua.workspace.library": [
    "c:\\Users\\timot\\.vscode\\extensions\\ketho.wow-api-0.10.10\\EmmyLua\\API",
    "c:\\Users\\timot\\.vscode\\extensions\\ketho.wow-api-0.10.10\\EmmyLua\\Optional"
  ],
  "[lua]": {
    "editor.defaultFormatter": "sumneko.lua"
  },
  "workbench.colorTheme": "Soft Colors (No Italics)",
  "[python]": {
    "editor.defaultFormatter": "ms-python.black-formatter"
  },
  "python.formatting.provider": "none",
  "[sql]": {
    "editor.defaultFormatter": "cweijan.vscode-mysql-client2"
  },
  "[css]": {
    "editor.defaultFormatter": "vscode.css-language-features"
  },
  "[javascript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "editor.insertSpaces": false,
  "snyk.trustedFolders": [
    "c:\\Users\\timothy\\aml"
  ],
  "snyk.yesWelcomeNotification": false
}

Reproduction URL

https://github.com/timothy003/tailwindcss-test

Describe your issue

The 'Tailwind CSS: Sort Selection' command doesn't appear in the command palette when editing a file on a remote machine using the Remote - SSH extension.

@thecrypticace
Copy link
Contributor

Hey, I've merged the fix for this. I'll be available as a pre-release version of the extension if you want to use it. I'll push out a proper release tomorrow 👍

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

Successfully merging a pull request may close this issue.

2 participants