diff --git a/herolib.code-workspace b/herolib.code-workspace index f5ad65e3..54c35ab8 100644 --- a/herolib.code-workspace +++ b/herolib.code-workspace @@ -11,13 +11,13 @@ }, { "path": "examples" - }, + }, { "path": "cli" }, { "path": "manual" - } + } ], "settings": { "extensions.ignoreRecommendations": false @@ -40,7 +40,8 @@ "simonsiefke.svg-preview", "gruntfuggly.todo-tree", "vosca.vscode-v-analyzer", - "tomoki1207.pdf" + "tomoki1207.pdf", + "kilocode.kilo-code" ] } -} +} \ No newline at end of file diff --git a/install_herolib b/install_herolib new file mode 100755 index 00000000..bcc12c20 Binary files /dev/null and b/install_herolib differ diff --git a/lib/builder/ubuntu_solutions.v b/lib/builder/ubuntu_solutions.v index 62216190..313f3ae5 100644 --- a/lib/builder/ubuntu_solutions.v +++ b/lib/builder/ubuntu_solutions.v @@ -1,2 +1,4 @@ +module builder + pub fn (mut node Node) ubuntu_sources_fix() { }