Skip to content

Commit

Permalink
Merge pull request #41695 from Thevakumar-Luheerathan/fix-ballerina-l…
Browse files Browse the repository at this point in the history
…ang-iss-40597-8.x

[2201.8.x] Fix dependency update warning shows for new packages in VSCode
  • Loading branch information
Thevakumar-Luheerathan authored Dec 18, 2023
2 parents d53600f + 16c6d1a commit 9613b1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ public Modifier addModule(ModuleConfig moduleConfig) {
* @return Package.Modifier which contains the updated package
*/
public Modifier addDependenciesToml(DocumentConfig documentConfig) {
TomlDocumentContext tomlDocumentContext = TomlDocumentContext.from(documentConfig);
this.dependenciesTomlContext = tomlDocumentContext;
this.dependenciesTomlContext = TomlDocumentContext.from(documentConfig);
updateDependencyManifest();
return this;
}

Expand Down

0 comments on commit 9613b1c

Please sign in to comment.