tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.75k stars 183 forks source link

Sort selection command not appearing in remote workspaces #877

Closed timothy003 closed 8 months ago

timothy003 commented 8 months ago

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 commented 8 months ago

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 👍