-
Notifications
You must be signed in to change notification settings - Fork 3
Insights: docker/docker-language-server
Overview
Could not load contribution data
Please try again later
8 Releases published by 2 people
-
v0.3.6 v0.3.6 - 2025-04-18
published
Apr 18, 2025 -
v0.3.7 v0.3.7 - 2025-04-21
published
Apr 21, 2025 -
v0.3.8 v0.3.8 - 2025-04-24
published
Apr 24, 2025 -
v0.4.0 v0.4.0 - 2025-04-28
published
Apr 29, 2025 -
v0.4.1 v0.4.1 - 2025-04-29
published
Apr 29, 2025 -
v0.5.0 v0.5.0 - 2025-05-05
published
May 5, 2025 -
v0.6.0 v0.6.0 - 2025-05-07
published
May 7, 2025 -
v0.7.0 v0.7.0 - 2025-05-09
published
May 9, 2025
80 Pull requests merged by 1 person
-
Fix build target completion crash from line number differences
#211 merged
May 16, 2025 -
Update Go to 1.24.3
#209 merged
May 16, 2025 -
Support hovering over Compose services in another file
#208 merged
May 16, 2025 -
Ensure hover results are returned for files with CRLFs
#206 merged
May 16, 2025 -
Check inheritance structure for finding unrecognized ARGs
#202 merged
May 16, 2025 -
Update Scout vulnerabilities in the tests
#204 merged
May 16, 2025 -
Fix code completion panic in an empty Compose file
#201 merged
May 15, 2025 -
Improve Compose hovers by linking to the documentation
#200 merged
May 15, 2025 -
Include BUILDKIT_SYNTAX in the list of built-in ARGs
#197 merged
May 14, 2025 -
Update Compose schema to the latest version
#194 merged
May 14, 2025 -
Allow filtering and disabling specific Scout features
#193 merged
May 13, 2025 -
Support navigating to the definition in another Compose file
#191 merged
May 12, 2025 -
Prepare for the v0.7.0 release
#189 merged
May 9, 2025 -
Include schema descriptions when hovering over enum values
#188 merged
May 9, 2025 -
Show a referenced service's YAML content as a hover
#186 merged
May 8, 2025 -
Suggest service names for the extends attribute
#185 merged
May 8, 2025 -
Prevent circular dependencies from crashing the server
#183 merged
May 8, 2025 -
Suggest boolean values for Compose boolean attributes
#180 merged
May 8, 2025 -
Add Dockerfile path resolution for build stage completions
#178 merged
May 8, 2025 -
Add schema documentation to Compose completion items
#177 merged
May 7, 2025 -
Suggest build stage items for a Compose's build target
#175 merged
May 7, 2025 -
Prepare for the v0.6.0 release
#174 merged
May 7, 2025 -
Consider extended services when looking up named service references
#171 merged
May 7, 2025 -
Fix object attribute and recursion bugs in inlay hints
#169 merged
May 6, 2025 -
Report YAML syntax errors in Compose files
#168 merged
May 6, 2025 -
Add support for formatting Compose YAML files
#166 merged
May 6, 2025 -
Update to the latest Compose schema
#164 merged
May 6, 2025 -
Add inlay hints support for non-object attributes
#163 merged
May 6, 2025 -
Suggest completion items for Compose arrays with an object schema
#162 merged
May 5, 2025 -
Include required properties automatically in Compose code completions
#160 merged
May 5, 2025 -
Prepare for the v0.5.0 release
#153 merged
May 5, 2025 -
Ignore Markdown changes for pull requests
#154 merged
May 5, 2025 -
Support rename preparation requests for Compose
#152 merged
May 4, 2025 -
Support renaming named references in Compose files
#151 merged
May 4, 2025 -
Support textDocument/definition requests for volume references
#148 merged
May 3, 2025 -
Support highlighting for referenced networks, volumes, configs, and secrets
#146 merged
May 3, 2025 -
Support highlighting of the long form syntax for services in depends_on
#144 merged
May 3, 2025 -
Support highlighting the short form syntax for services in depends_on
#143 merged
May 3, 2025 -
Include a path as a snippet for named volumes
#142 merged
May 2, 2025 -
Suggest dependent secret names in Compose completion items
#141 merged
May 2, 2025 -
Suggest dependent configs in Compose completion items
#140 merged
May 2, 2025 -
Consider array schema and indentation before returning items
#139 merged
May 2, 2025 -
Support volume names in Compose completions
#138 merged
May 2, 2025 -
Support network names in Compose completion items
#137 merged
May 2, 2025 -
Suggest dependent services for the depends_on attribute
#136 merged
May 2, 2025 -
Use TextEdit for all Compose completion items
#130 merged
May 2, 2025 -
Add insertText support for remaining Compose completion items
#129 merged
May 2, 2025 -
Refactor Compose completion code to use goccy/go-yaml
#128 merged
May 2, 2025 -
Refactor Compose hover code to goccy/go-yaml
#127 merged
May 1, 2025 -
Update goccy/go-yaml to 1.17.1
#126 merged
May 1, 2025 -
Add a path attribute check before calculating document links
#125 merged
May 1, 2025 -
Preserve instruction flags for
not_pinned_digest
code actions#124 merged
Apr 30, 2025 -
Refactor Compose documentSymbols to goccy/go-yaml
#122 merged
Apr 30, 2025 -
Begin refactoring go-yaml/yaml to goccy/go-yaml
#120 merged
Apr 30, 2025 -
Update Compose schema to the latest version
#119 merged
Apr 29, 2025 -
Fix spacing issue in Compose completions
#116 merged
Apr 29, 2025 -
Return hover results for Compose files
#114 merged
Apr 29, 2025 -
Prevent completion error with empty arrays
#113 merged
Apr 29, 2025 -
Prepare for the v0.4.0 release
#111 merged
Apr 29, 2025 -
Create a setting to disable Compose completions
#110 merged
Apr 29, 2025 -
Fix panic caused by malformed services node
#109 merged
Apr 28, 2025 -
Add indentation support for object completion items
#107 merged
Apr 28, 2025 -
Indent cursor automatically for array attributes
#106 merged
Apr 28, 2025 -
Update README.md with Compose features and telemetry details
#105 merged
Apr 28, 2025 -
Insert the colon automatically for simple attributes
#104 merged
Apr 28, 2025 -
Insert and suggest enum values with snippets
#103 merged
Apr 27, 2025 -
Add support for hovering over attributes in Compose files
#102 merged
Apr 27, 2025 -
Allow opening a referenced image's page in Compose files
#100 merged
Apr 26, 2025 -
Run the builds on pull requests
#97 merged
Apr 25, 2025 -
Support suggesting attributes for an object's properties in an array
#96 merged
Apr 25, 2025 -
Set the CompletionItem's detail based on the expected type
#94 merged
Apr 25, 2025 -
Add object reference definition support for configs, networks, and secrets
#92 merged
Apr 25, 2025 -
Implement textDocument/completion for Compose files
#90 merged
Apr 25, 2025 -
Prepare for the v0.4.0 release
#87 merged
Apr 24, 2025 -
Calculate semantic tokens only for Bake files
#85 merged
Apr 23, 2025 -
Support looking up services using the long form depends_on syntax
#83 merged
Apr 22, 2025 -
Support jumping to dependent services in Compose files
#82 merged
Apr 22, 2025 -
Support navigating around single attributes reused from another target
#80 merged
Apr 21, 2025 -
Use Get instead of Read to ensure we do not read from disk
#79 merged
Apr 21, 2025 -
Prepare for the v0.3.6 release
#66 merged
Apr 18, 2025
2 Pull requests opened by 1 person
-
Update BakeSchema to Support Both String and Object Types for 'Output' Attribute
#88 opened
Apr 25, 2025 -
Add support for jumping to Dockerfile from Compose file's dockerfile attribute
#89 opened
Apr 25, 2025
47 Issues closed by 1 person
-
Compose target stage completion across multiple lines raises an error
#210 closed
May 16, 2025 -
Support hovering over service references that exist in another file
#207 closed
May 16, 2025 -
CRLF causes hover calculation to not return a result
#205 closed
May 16, 2025 -
Consider target block inheritance when looking up referenced `args`
#198 closed
May 16, 2025 -
Panic in `textDocument/completion` in an empty file
#196 closed
May 15, 2025 -
Link to the Compose schema and online documentation in hover tooltips
#199 closed
May 15, 2025 -
`BUILDKIT_SYNTAX` should not be flagged as an unrecognized ARG
#187 closed
May 14, 2025 -
Create setting to ignore specific vulnerability-related diagnostics and hovers
#192 closed
May 13, 2025 -
Support using `textDocument/definition` to open dependencies from another file
#190 closed
May 12, 2025 -
Show extended service's information as a hover
#157 closed
May 8, 2025 -
Suggest service names as completion items for `extends`
#184 closed
May 8, 2025 -
Server crashes if circular chain introduced in Compose services
#182 closed
May 8, 2025 -
Boolean attributes should include true and false as the attribute's value in Compose completions
#179 closed
May 8, 2025 -
Set schema description to a completion item's documentation
#176 closed
May 7, 2025 -
Suggest build targets from the Dockerfile
#173 closed
May 7, 2025 -
Consider `extends` for searching for named service references
#170 closed
May 7, 2025 -
Report YAML syntax errors for Compose files
#167 closed
May 6, 2025 -
Add formatting support for Compose files
#165 closed
May 6, 2025 -
Show redefined attribute's original value as an inlay hint when extending services in Compose
#156 closed
May 6, 2025 -
No completion items suggested for an array schema that does not use `oneOf`
#161 closed
May 5, 2025 -
Consider the `required` attribute in the Compose schema when providing code completion
#155 closed
May 5, 2025 -
Support `textDocument/prepareRename` requests for references
#150 closed
May 4, 2025 -
Support `textDocument/rename` requests for references
#149 closed
May 4, 2025 -
Support `textDocument/definition` requests for volumes
#147 closed
May 3, 2025 -
Suggest dependent secrets when invoking code completion in `secrets`
#135 closed
May 2, 2025 -
Suggest dependent configs when invoking code completion in `configs`
#134 closed
May 2, 2025 -
Suggest volume names when invoking code completion in `volumes`
#133 closed
May 2, 2025 -
Suggest network names when invoking code completion in `networks`
#132 closed
May 2, 2025 -
Suggest dependent services when invoking code completion in `depends_on`
#131 closed
May 2, 2025 -
textDocument/codeAction returns a result that removes the `--platform` flag
#123 closed
Apr 30, 2025 -
Update the Compose schema
#117 closed
Apr 29, 2025 -
Whitespace offset is insufficient when using code completion in an array
#115 closed
Apr 29, 2025 -
Compose completion in an array can raise an error
#112 closed
Apr 29, 2025 -
textDocument/documentLink error when encountering a malformed Compose file
#108 closed
Apr 28, 2025 -
Support `textDocument/hover` for Compose files
#101 closed
Apr 27, 2025 -
Support `textDocument/documentLink` requests to jump to container registries in Compose files
#98 closed
Apr 26, 2025 -
Suggest items when using code completion for an array's item
#95 closed
Apr 25, 2025 -
Populate the `detail` field when responding to `textDocument/completion` in Compose files
#93 closed
Apr 25, 2025 -
Support `textDocument/definition` requests for referenced config, network, and secret names
#91 closed
Apr 25, 2025 -
Support `textDocument/completion` for Compose files
#86 closed
Apr 25, 2025 -
`textDocument/semanticTokens/full` fails when opening a file name `dockerfile.hcl`
#84 closed
Apr 23, 2025 -
Support `textDocument/definition` in Compose files (long syntax form of `depends_on`)
#68 closed
Apr 22, 2025 -
Support `textDocument/definition` in Compose files (short syntax form of `depends_on`)
#67 closed
Apr 22, 2025 -
Support `textDocument/definition` when reusing a single attribute from another target block
#78 closed
Apr 21, 2025
18 Issues opened by 2 people
-
Add custom code completion options for custom Compose provider services
#212 opened
May 16, 2025 -
Malformed HCL template causes duplicate errors with the same range to be generated
#203 opened
May 16, 2025 -
Support `textDocument/references` for Docker build stages
#195 opened
May 14, 2025 -
Tag deprecated attributes with the CompletionItemTag
#181 opened
May 8, 2025 -
Allow opening the `extends.file` attribute of a service
#172 opened
May 7, 2025 -
Consider OCI artifacts and Git references when including other Compose files
#159 opened
May 5, 2025 -
Consider merged/overridden files in Compose
#158 opened
May 5, 2025 -
the recommended_tag warning that bubbles up into vs code is flawed
#121 opened
Apr 30, 2025 -
Compose completions should consider the prefix when suggesting items
#118 opened
Apr 29, 2025 -
Flag malformed annotation as an error
#99 opened
Apr 26, 2025 -
Create GitHub action for creating a release
#81 opened
Apr 22, 2025 -
Correct the schema for the `output` attribute in Bake files
#77 opened
Apr 20, 2025 -
Investigate type hierarchy support for Bake targets
#76 opened
Apr 19, 2025 -
Provide proper documentation when hovering over attributes and blocks in a Bake file
#75 opened
Apr 19, 2025 -
Suggest code actions if the Bake file references a build stage that does not exist
#74 opened
Apr 19, 2025 -
Support `textDocument/selectionRange` for Compose files
#73 opened
Apr 19, 2025 -
Support `textDocument/selectionRange` for Bake files
#72 opened
Apr 19, 2025