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

Solid not detected after following instructions #227

Closed
nikitavoloboev opened this issue Mar 6, 2023 · 1 comment · Fixed by #323
Closed

Solid not detected after following instructions #227

nikitavoloboev opened this issue Mar 6, 2023 · 1 comment · Fixed by #323

Comments

@nikitavoloboev
Copy link

I have a solid start project together with solid-devtools setup here: https://github.com/nikitavoloboev/try/tree/main/solid

I followed instructions here: https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#getting-started

But even after following them the extension is not detecting solid for me for some reason:

image

Not sure if I missed anything perhaps. My vite config looks like

import solid from "solid-start/vite"
import { defineConfig } from "vite"
import devtools from "solid-devtools/vite"

export default defineConfig({
  plugins: [
    devtools({
      autoname: true,
      locator: {
        targetIDE: "vscode-insiders",
        componentLocation: true,
        jsxLocation: true,
      },
    }),
    solid(),
  ],
})
@tombohub
Copy link

tombohub commented Jul 9, 2023

same thing, not detected for solid start.

Update: it works now. I restarted the dev server and reload the webpage. But it doesn't show any data.

@thetarnav thetarnav linked a pull request Dec 18, 2024 that will close this issue
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