소품과 값 사이에 공백을 적용하기 위한 Sass linting 규칙이 VS Code에서 잘못 작동합니까? (Is the Sass linting rule for enforcing a space between the prop and value working incorrectly with VS Code?)


문제 설명

소품과 값 사이에 공백을 적용하기 위한 Sass linting 규칙이 VS Code에서 잘못 작동합니까? (Is the Sass linting rule for enforcing a space between the prop and value working incorrectly with VS Code?)

최신 버전의 Visual Studio Code(1.44.0) 및 Sass 확장(1.8.2)이 있으며 다음 경고에 문제가 있습니다. Property must have one space between the prop and value Sass(Property: 1) 형식이 올바르게 지정되어 있음에도 불구하고 "sass.format.setPropertySpace": false, 속성

모든 가능한 Sass linting 옵션을 무시하도록 설정하려고 시도했지만 경고가 지속됩니다. .

sass linting error

"sass.lint.enable": false를 설정해도 이를 방지하지 못합니다. 그리고 그것을 방지할 수 있는 유일한 방법은 Sass 확장을 완전히 비활성화하는 것입니다.

내가 누락된 설정 속성이 있습니까, 아니면 이것을 비활성화하는 다른 방법이 있습니까? 아니면 버그인가요?

업데이트

여기 https://github.com/TheRealSyler/sass‑formatter/issues/23


참조 솔루션

방법 1:

I hope it help!

image support!

go to setting and disable sass lint

Sass>Lint:Enable (unchecked )

enter image description here

방법 2:

I was having the same issue but I simply uninstalled the Sass extension from Syler and re‑installed it, and boomm, it stopped showing the "property should have one space between the prop and value" issue.

I hope it helps!

(by brewsterTingMichel Moraes)

참조 문서

  1. Is the Sass linting rule for enforcing a space between the prop and value working incorrectly with VS Code? (CC BY‑SA 2.5/3.0/4.0)

#SASS #visual-studio-code #vscode-settings #scss-lint






관련 질문

나침반 SCSS 글꼴 URL 구성 문제 (Compass SCSS font-url configuration issue)

SASS: normalize.css가 작동하지만 컴파일된 CSS 파일에 표시되지 않습니까? (SASS: normalize.css works, but does not show up in compiled CSS file?)

CSS zurb 기초 및 dhtmlx (CSS zurb foundation and dhtmlx)

_settings.scss의 변수는 주석 처리되지 않은 상태로 컴파일됩니다. (Variables in _settings.scss are compiled as uncommented)

Grunt 및 Compass와 함께 node-normalize-scss 사용 (Using node-normalize-scss with Grunt and Compass)

부트스트랩이 있는 루프를 사용하여 여러 이벤트 추가 (Using a loop with bootstrap to add multiple events)

특정 파일에 대한 앵귤러 로더 재정의 (Override angular loaders for specific files)

상자 그림자가 있는 여러 겹치는 이미지에 대한 CSS (CSS for multiple overlapping images with box shadow)

중앙에 div를 만든 후 div를 만듭니다. (Make a div, after centered div)

소품과 값 사이에 공백을 적용하기 위한 Sass linting 규칙이 VS Code에서 잘못 작동합니까? (Is the Sass linting rule for enforcing a space between the prop and value working incorrectly with VS Code?)

Next.js를 사용하는 scss의 클래스 이름 규칙 (Class names convention for scss using Next.js)

새 프로젝트를 만드는 동안 Angular CLI에서 sass를 선택했습니다. 이제 sc로 변경하고 싶습니다. 어떻게 할 수 있습니까? (I chose sass in angular CLI while i was creating the new project. i want to change it to scss now. how can i do that?)







코멘트