Skip to content

Commit ac5ef23

Browse files
authored
Manage ggsql kernel spec in Positron extension (#277)
* Manage ggsql kernel spec in Positron extension * Add apple entitlements * Apply suggestions from code review * Tidy up path resolving * Switch to using kallichore to manage kernel
1 parent ded1869 commit ac5ef23

4 files changed

Lines changed: 270 additions & 118 deletions

File tree

.github/workflows/release-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
125125
[package.metadata.packager.macos]
126126
signing-identity = "${APPLE_SIGN_IDENTITY}"
127+
entitlements = "entitlements.plist"
127128
EOF
128129
129130
- name: Install cargo-packager

ggsql-jupyter/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ fn install_kernel(user: bool, sys_prefix: bool) -> Result<()> {
122122
"display_name": "ggsql",
123123
"language": "ggsql",
124124
"interrupt_mode": "signal",
125-
"env": {},
125+
"env": {
126+
"RUST_LOG": "error"
127+
},
126128
"metadata": {
127129
"debugger": false
128130
}

0 commit comments

Comments
 (0)