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

constantly getting no results #89

Open
Geczy opened this issue May 17, 2024 · 0 comments
Open

constantly getting no results #89

Geczy opened this issue May 17, 2024 · 0 comments

Comments

@Geczy
Copy link

Geczy commented May 17, 2024

i disabled all extensions and still no results

the extension server tracing shows tons of sass that it found

<my-repo>/static/sass/_compare.sass
<my-repo>/static/sass/_datepicker-shim.sass
<my-repo>/static/sass/_emoji-images.sass
<my-repo>/static/sass/_emoji.sass
<my-repo>/static/sass/_filters.sass
<my-repo>/static/sass/_interactions.sass
<my-repo>/static/sass/_manage-dashboard.sass
<my-repo>/static/sass/_upload.sass
<my-repo>/static/sass/_variables.sass
<my-repo>/static/sass/project-broadcast-editor.sass
<my-repo>/static/sass/project.sass
<my-repo>/static/sass/_analyze.sass
<my-repo>/static/sass/_calendar-switcher.sass
<my-repo>/static/sass/_compare.sass
<my-repo>/static/sass/_datepicker-shim.sass
<my-repo>/static/sass/_emoji-images.sass
<my-repo>/static/sass/_emoji.sass
<my-repo>/static/sass/_filters.sass
<my-repo>/static/sass/_interactions.sass
<my-repo>/static/sass/_manage-dashboard.sass
<my-repo>/static/sass/_upload.sass
<my-repo>/static/sass/_variables.sass
<my-repo>/static/sass/project-broadcast-editor.sass
<my-repo>/static/sass/project.sass
<my-repo>/static/sass/_analyze.sass
<my-repo>/static/sass/_calendar-switcher.sass
<my-repo>/static/sass/_compare.sass
<my-repo>/static/sass/_datepicker-shim.sass
<my-repo>/static/sass/_emoji-images.sass
<my-repo>/static/sass/_emoji.sass
<my-repo>/static/sass/_filters.sass
<my-repo>/static/sass/_interactions.sass
<my-repo>/static/sass/_manage-dashboard.sass
<my-repo>/static/sass/_upload.sass
<my-repo>/static/sass/_variables.sass
<my-repo>/static/sass/project-broadcast-editor.sass
<my-repo>/static/sass/project.sass
<my-repo>/static/sass/_analyze.sass
<my-repo>/static/sass/_calendar-switcher.sass
<my-repo>/static/sass/_compare.sass
<my-repo>/static/sass/_datepicker-shim.sass
<my-repo>/static/sass/_emoji-images.sass
<my-repo>/static/sass/_emoji.sass
<my-repo>/static/sass/_filters.sass
<my-repo>/static/sass/_interactions.sass
<my-repo>/static/sass/_manage-dashboard.sass
<my-repo>/static/sass/_upload.sass
<my-repo>/static/sass/_variables.sass
<my-repo>/static/sass/project-broadcast-editor.sass
<my-repo>/static/sass/project.sass
<my-repo>/static/sass/_analyze.sass
<my-repo>/static/sass/_calendar-switcher.sass
<my-repo>/static/sass/_compare.sass
<my-repo>/static/sass/_datepicker-shim.sass
<my-repo>/static/sass/_emoji-images.sass
<my-repo>/static/sass/_emoji.sass
<my-repo>/static/sass/_filters.sass
<my-repo>/static/sass/_interactions.sass
<my-repo>/static/sass/_manage-dashboard.sass
<my-repo>/static/sass/_upload.sass
<my-repo>/static/sass/_variables.sass
<my-repo>/static/sass/project-broadcast-editor.sass
<my-repo>/static/sass/project.sass

but no results

[Trace - 9:33:03 AM] Sending notification 'textDocument/didOpen'.
Params: {
    "textDocument": {
        "uri": "file:///<my-repo>/static/html/fake.html",
        "languageId": "html",
        "version": 1,
        "text": "<div class=\"m-top-1 =m-top-2 var(--m-top-3) m-top-4 m-top-9\">hey</div>\n"
    }
}


[Trace - 9:33:03 AM] Sending request 'textDocument/documentColor - (12)'.
Params: {
    "textDocument": {
        "uri": "file:///<my-repo>/static/html/fake.html"
    }
}


[Trace - 9:33:03 AM] Received response 'textDocument/documentColor - (12)' in 0ms.
Result: []


[Trace - 9:33:03 AM] Sending request 'textDocument/documentColor - (13)'.
Params: {
    "textDocument": {
        "uri": "file:///<my-repo>/static/html/fake.html"
    }
}


[Trace - 9:33:03 AM] Received response 'textDocument/documentColor - (13)' in 0ms.
Result: []


[Trace - 9:33:04 AM] Sending request 'textDocument/hover - (14)'.
Params: {
    "textDocument": {
        "uri": "file:///<my-repo>/static/html/fake.html"
    },
    "position": {
        "line": 0,
        "character": 55
    }
}


[Trace - 9:33:04 AM] Received response 'textDocument/hover - (14)' in 1ms.
No result returned.
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