vscode-less icon indicating copy to clipboard operation
vscode-less copied to clipboard

Cannot go to definition in variable interpolation with brace

Open hwzhang92 opened this issue 8 years ago • 0 comments

example:

@images: "../img/white-sand.png";     
body {
  color: #444;
  background: url("@{images}");
}

hover in @{images} can't show it's definition. F12 don't work too.

hwzhang92 avatar Dec 11 '17 09:12 hwzhang92