dockerfile-language-service
Advanced tools
Changelog
[0.8.0] - 2022-01-22
Changelog
[0.7.4] - 2021-12-11
Changelog
[0.7.2] - 2021-09-21
Changelog
[0.7.0] - 2021-09-19
Changelog
[0.6.0] - 2021-09-11
Changelog
[0.5.0] - 2021-09-01
Changelog
[0.4.0] - 2021-08-08
Changelog
[0.3.0] - 2021-04-11
FormatterSettings
interface for defining ignoreMultilineInstructions
to ignore instructions that span multiple lines (#83)export interface FormatterSettings extends FormattingOptions {
/**
* Flag to indicate that instructions that span multiple lines
* should be ignored.
*/
ignoreMultilineInstructions?: boolean;
}
FormatterSettings
instead of FormattingOptions
, this is a non-breaking change as FormatterSettings
extends FormattingOptions
(#83)
format(string, FormattingOptions)
formatRange(string, Range, FormattingOptions)
formatOnType(string, Position, string, FormattingOptions)
?
as an invalid modifier in variable substitutions (rcjsuen/dockerfile-utils#91)