Skip to content

Commit

Permalink
Update Blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Jan 22, 2023
1 parent 933657a commit f63256d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blueprint-compiler
Submodule blueprint-compiler updated from f4afa0 to 65340b
2 changes: 1 addition & 1 deletion re.sonny.Workbench.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/sonny/blueprint-compiler",
"commit": "c587c13a96efa79954e3ac3b9dfd8751e32e5a25"
"commit": "65340b69628d578024fc53f5629e2289848f2c92"
}
]
},
Expand Down
11 changes: 5 additions & 6 deletions src/langs/blueprint/blueprint.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ export function logBlueprintInfo(info) {
}

function createLSPClient({ code_view, data_dir, uri }) {
const bin = __DEV__
? GLib.build_filenamev([
pkg.sourcedir,
"blueprint-compiler/blueprint-compiler.py",
])
: "/app/bin/blueprint-compiler";
const bin = "/app/bin/blueprint-compiler";
// const bin = GLib.build_filenamev([
// pkg.sourcedir,
// "blueprint-compiler/blueprint-compiler.py",
// ]);

const lspc = new LSPClient([bin, "lsp"], {
rootUri: Gio.File.new_for_path(data_dir).get_uri(),
Expand Down

0 comments on commit f63256d

Please sign in to comment.