You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@microsoft/compose-language-service

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/compose-language-service - npm Package Versions

2

0.4.0

Diff
m
microsoft1es
published 0.4.0 •

Changelog

Source

0.4.0 - 17 April 2025

Breaking Changes

  • The service startup CodeLens has changed the command it will call to vscode-containers.compose.up.
m
microsoft1es
published 0.3.0 •

Changelog

Source

0.3.0 - 17 December 2024

Breaking Changes

  • New properties have been added to AlternateYamlLanguageServiceClientCapabilities

Added

  • CodeLenses are now created for starting individual services or all services right from the compose document. #157

Fixed

  • The !reset and !override YAML tags will no longer yield warnings. #145
b
bwateratmsft
published 0.2.0 •

Changelog

Source

0.2.0 - 10 May 2023

Breaking Changes

  • The ComposeLanguageClientCapabilities type has been moved from lib/client/DocumentSettings to lib/client/ClientCapabilities

Added

  • The client can now specify whether an alternative YAML language service is present (e.g., from the YAML extension), selectively disabling features of this language service. #122
b
bwateratmsft
published 0.1.3 •

Changelog

Source

0.1.3 - 13 February 2023

Added

  • Added an executable to launch the language server. #114
b
bwateratmsft
published 0.1.2 •

Changelog

Source

0.1.2 - 20 July 2022

Changed

  • Switched to Node 16 and updates some dependencies. #98, #102
b
bwateratmsft
published 0.1.1 •

Changelog

Source

0.1.1 - 8 April 2022

Added

  • Completions for the profiles section within a service. #94

Fixed

  • Formatting should no longer remove document end markers. #93
b
bwateratmsft
published 0.1.0 •

Changelog

Source

0.1.0 - 14 February 2022

Fixed

  • Merge keys are now allowed. #78
  • Better error messages. #88
b
bwateratmsft
published 0.0.5-alpha •

Changelog

Source

0.0.5-alpha - 15 December 2021

Added

  • Completions under the build section within a service. #48

Fixed

  • null will no longer be inserted on empty maps. #65
  • Lines longer than 80 characters will no longer be wrapped. #70
  • Completions will no longer be suggested on lines that are already complete. #68
b
bwateratmsft
published 0.0.4-alpha •

Changelog

Source

0.0.4-alpha - 8 November 2021

Fixed

  • Removes test-scenario postinstall script as it was preventing installation.
b
bwateratmsft
published 0.0.3-alpha •

Changelog

Source

0.0.3-alpha - 8 November 2021

Fixed

  • A handful of minor bugs relating to position logic (especially affecting hover).
2