File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
"sources" : [
12
12
{
13
13
"type" : " archive" ,
14
- "url" : " https://download.gnome.org/sources/vte/0.75 /vte-0.75.92 .tar.xz" ,
15
- "sha256" : " 3e805c9ac0fcdf3a11b51d77dd8a98efadba74cfade385951c3d378d156c7023 "
14
+ "url" : " https://download.gnome.org/sources/vte/0.76 /vte-0.76.0 .tar.xz" ,
15
+ "sha256" : " bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda "
16
16
}
17
17
]
18
18
}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import Gtk from "gi://Gtk";
9
9
import Adw from "gi://Adw" ;
10
10
import GObject from "gi://GObject" ;
11
11
import Shumate from "gi://Shumate" ;
12
+ import WebKit from "gi://WebKit" ;
12
13
13
14
import { parse } from "../langs/xml/xml.js" ;
14
15
import { LSPError , diagnostic_severities } from "../lsp/LSP.js" ;
@@ -23,6 +24,7 @@ import lint, { waitForDiagnostics } from "./lint.js";
23
24
import format , { formatting } from "./format.js" ;
24
25
25
26
GObject . type_ensure ( Shumate . SimpleMap ) ;
27
+ GObject . type_ensure ( WebKit . WebView ) ;
26
28
27
29
export async function main ( [ action , ...args ] ) {
28
30
const current_dir = Gio . File . new_for_path ( GLib . get_current_dir ( ) ) ;
You can’t perform that action at this time.
0 commit comments