Microsoft/vscode

Workspace files dropped and pasted into CSS file should be automatically formatted

Open

#189,875 opened on Aug 7, 2023

View on GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (10,221 forks)batch import
css-less-scssfeature-requesthelp wanted

Repository metrics

Stars
 (74,848 stars)
PR merge metrics
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

Description

When a workspace file is dropped or pasted into a CSS file, the result should be a formatted link. If image_1.png is dropped/pasted, then the result in the editor should be url("image_png"), using the file's relative path.

Contributor guide