Skip to content

Implemented changes requested in pr #440#1

Open
miss-programgamer wants to merge 19 commits intoIsaacTian05:fix/scss-import-node-modulesfrom
miss-programgamer:fix/scss-import-node-modules
Open

Implemented changes requested in pr #440#1
miss-programgamer wants to merge 19 commits intoIsaacTian05:fix/scss-import-node-modulesfrom
miss-programgamer:fix/scss-import-node-modules

Conversation

@miss-programgamer
Copy link

I took the liberty of implementing the changes requested by aeschli in pr #440.

IsaacTian05 and others added 11 commits April 25, 2025 21:12
…ctions (microsoft#436)

__RESOLVES:__
_feature_ - *Add new CSS color functions* \[[microsoft#305](https://github.com/microsoft/vscode-css-languageservice/issues/305)\]

__DESCRIPTION:__
CSS Color Module Level 4 adds support for `oklch` and `oklab` to browsers. They are becoming more popular, and I wanted to use them with color previews in my editor.

This feature is built of of the original [microsoft#306](microsoft#306) which included steps for `lab` and `lch` but not the `ok` variants.

Generally this code was designed using real world color [examples](https://www.oddcontrast.com/#hex__*f00__*4d216f80__srgb).

__STEPS TO TEST:__
* Remove extra characters

* trim trailing space in package.json
… of duplicating (microsoft#438)

__DESCRIPTION:__
I noticed that both the `tsconfig.json` and the `tsconfig.esm.json` files are largely the same. So it makes sense to me to extend the base on instead of duplicating the configuration options.
* Add basic media query auto complete support

* build

* Status support

* Add `: ` and trigger suggestion

* Add test

* Only suggest value if not on feature name

* Add schema

* MediaQuery is not a BodyDeclaration

---------

Co-authored-by: Martin Aeschlimann <[email protected]>
…hark

chore: bump action and node versions
@aeschli
Copy link

aeschli commented Sep 29, 2025

@miss-programgamer Cool. I guess your changes are not yet in microsoft#440 yet.
Can you maybe create a new PR against microsoft/vscode-css-languageservice ?

@miss-programgamer
Copy link
Author

@aeschli Sure, I'll do that rn

miss-programgamer and others added 7 commits September 30, 2025 18:43
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps  and [glob](https://github.com/isaacs/node-glob). These dependencies needed to be updated together.

Updates `glob` from 10.4.5 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

Updates `glob` from 11.0.0 to 11.1.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
- dependency-name: glob
  dependency-version: 11.1.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

6 participants