Skip to content

Commit ca8847b

Browse files
committed
Update Blueprint and troll
1 parent 933657a commit ca8847b

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

blueprint-compiler

Submodule blueprint-compiler updated from f4afa0c to 65340b6

re.sonny.Workbench.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{
5757
"type": "git",
5858
"url": "https://gitlab.gnome.org/sonny/blueprint-compiler",
59-
"commit": "c587c13a96efa79954e3ac3b9dfd8751e32e5a25"
59+
"commit": "65340b69628d578024fc53f5629e2289848f2c92"
6060
}
6161
]
6262
},

src/langs/blueprint/blueprint.js

+5-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ export function logBlueprintInfo(info) {
6262
}
6363

6464
function createLSPClient({ code_view, data_dir, uri }) {
65-
const bin = __DEV__
66-
? GLib.build_filenamev([
67-
pkg.sourcedir,
68-
"blueprint-compiler/blueprint-compiler.py",
69-
])
70-
: "/app/bin/blueprint-compiler";
65+
const bin = "/app/bin/blueprint-compiler";
66+
// const bin = GLib.build_filenamev([
67+
// pkg.sourcedir,
68+
// "blueprint-compiler/blueprint-compiler.py",
69+
// ]);
7170

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

0 commit comments

Comments
 (0)