Open
Description
About VS Code
Version: 1.91.1 (Universal)
Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729
Date: 2024-07-09T22:07:54.982Z
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.5.0
- Extension version: 3.1.11
- Operating system: macOS
Reproducible Case: MenSeb/some-sass-bug@48d7175
Steps to Reproduce:
- Open
index.scss
- On line 6 (
$test: "#{test.hello()}"
) the interpolation should show code completions once you finish typing"#{
.
Investigating in #186, it seems like VS Code does not send onCompletion
requests even if we last responded with isIncomplete = true
set on the result.