Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c5a0d295 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb-code-server (4.89.0.1)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 43be8ce2
Branches
No related merge requests found
Showing
with 41 additions and 48 deletions
bb-code-server (4.89.0.0-0~bookworm+20240510) bookworm; urgency=low
bb-code-server (4.89.0.1-0~bookworm+20240514) bookworm; urgency=low
* Changed
* --Updated to Code 1.89.0
......@@ -7,5 +7,5 @@ bb-code-server (4.89.0.0-0~bookworm+20240510) bookworm; urgency=low
* --trusted-origin flag for specifying origins that you trust but do not control (for example a reverse proxy).
* --disable-proxy flag. This disables the domain and path proxies but it does not disable the ports panel in Code. That can be disabled by using remote.autoForwardPorts=false in your settings.
-- Robert Nelson <robertcnelson@gmail.com> Fri, 10 May 2024 13:09:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 May 2024 09:22:11 -0500
{
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
"workbench.startupEditor": "README.md",
"window.menuBarVisibility": "classic",
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open"
"workbench.startupEditor": "none",
"window.menuBarVisibility": "visible",
"security.workspace.trust.untrustedFiles": "open"
}
......@@ -6,7 +6,6 @@ After=network.target
Type=exec
User=debian
Group=debian
ExecStartPre=/bin/ln -sf /opt/vsx-examples/examples/ /home/debian/
ExecStartPre=/bin/mkdir -p /home/debian/.local/share/code-server/User/
ExecStartPre=/bin/cp -v /opt/bb-code-server/settings.json /home/debian/.local/share/code-server/User/
ExecStart=/opt/bb-code-server/app/bin/code-server --cert --auth none --disable-telemetry --disable-update-check --config /opt/bb-code-server/config/config.yaml --extensions-dir /opt/bb-code-server/extensions/ --bind-addr 0.0.0.0:3000 /home/debian/examples/BeagleBoard.code-workspace
......
bb-code-server (4.89.0.0-0~bullseye+20240510) bullseye; urgency=low
bb-code-server (4.89.0.1-0~bullseye+20240514) bullseye; urgency=low
* Changed
* --Updated to Code 1.89.0
......@@ -7,5 +7,5 @@ bb-code-server (4.89.0.0-0~bullseye+20240510) bullseye; urgency=low
* --trusted-origin flag for specifying origins that you trust but do not control (for example a reverse proxy).
* --disable-proxy flag. This disables the domain and path proxies but it does not disable the ports panel in Code. That can be disabled by using remote.autoForwardPorts=false in your settings.
-- Robert Nelson <robertcnelson@gmail.com> Fri, 10 May 2024 13:09:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 May 2024 09:22:11 -0500
......@@ -11,7 +11,6 @@ Package: bb-code-server
Architecture: arm64
Pre-Depends:
${misc:Pre-Depends}
, bbb.io-vsx-examples
, libatomic1
Depends:
systemd
......
{
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
"workbench.startupEditor": "README.md",
"window.menuBarVisibility": "classic",
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open"
"workbench.startupEditor": "none",
"window.menuBarVisibility": "visible",
"security.workspace.trust.untrustedFiles": "open"
}
bb-code-server (4.89.0.0-0~jammy+20240510) jammy; urgency=low
bb-code-server (4.89.0.1-0~jammy+20240514) jammy; urgency=low
* Changed
* --Updated to Code 1.89.0
......@@ -7,5 +7,5 @@ bb-code-server (4.89.0.0-0~jammy+20240510) jammy; urgency=low
* --trusted-origin flag for specifying origins that you trust but do not control (for example a reverse proxy).
* --disable-proxy flag. This disables the domain and path proxies but it does not disable the ports panel in Code. That can be disabled by using remote.autoForwardPorts=false in your settings.
-- Robert Nelson <robertcnelson@gmail.com> Fri, 10 May 2024 13:09:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 May 2024 09:22:11 -0500
{
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
"workbench.startupEditor": "README.md",
"window.menuBarVisibility": "classic",
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open"
"workbench.startupEditor": "none",
"window.menuBarVisibility": "visible",
"security.workspace.trust.untrustedFiles": "open"
}
bb-code-server (4.89.0.0-0~noble+20240510) noble; urgency=low
bb-code-server (4.89.0.1-0~noble+20240514) noble; urgency=low
* Changed
* --Updated to Code 1.89.0
......@@ -7,5 +7,5 @@ bb-code-server (4.89.0.0-0~noble+20240510) noble; urgency=low
* --trusted-origin flag for specifying origins that you trust but do not control (for example a reverse proxy).
* --disable-proxy flag. This disables the domain and path proxies but it does not disable the ports panel in Code. That can be disabled by using remote.autoForwardPorts=false in your settings.
-- Robert Nelson <robertcnelson@gmail.com> Fri, 10 May 2024 13:09:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 May 2024 09:22:11 -0500
{
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
"workbench.startupEditor": "README.md",
"window.menuBarVisibility": "classic",
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open"
"workbench.startupEditor": "none",
"window.menuBarVisibility": "visible",
"security.workspace.trust.untrustedFiles": "open"
}
bb-code-server (4.89.0.0-0~trixie+20240510) trixie; urgency=low
bb-code-server (4.89.0.1-0~trixie+20240514) trixie; urgency=low
* Changed
* --Updated to Code 1.89.0
......@@ -7,5 +7,5 @@ bb-code-server (4.89.0.0-0~trixie+20240510) trixie; urgency=low
* --trusted-origin flag for specifying origins that you trust but do not control (for example a reverse proxy).
* --disable-proxy flag. This disables the domain and path proxies but it does not disable the ports panel in Code. That can be disabled by using remote.autoForwardPorts=false in your settings.
-- Robert Nelson <robertcnelson@gmail.com> Fri, 10 May 2024 13:09:37 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 May 2024 09:22:11 -0500
{
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
// https://code.visualstudio.com/docs/getstarted/settings#_default-settings
// On startup this is copied to: .local/share/code-server/User/settings.json before Code Server Starts...
"workbench.startupEditor": "README.md",
"window.menuBarVisibility": "classic",
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open"
"workbench.startupEditor": "none",
"window.menuBarVisibility": "visible",
"security.workspace.trust.untrustedFiles": "open"
}
......@@ -7,7 +7,7 @@ ver="4.89.0"
package_name="bb-code-server"
debian_pkg_name="${package_name}"
package_version="${ver}.0"
package_version="${ver}.1"
package_source=""
src_dir=""
......@@ -24,8 +24,8 @@ debian_dl_1="https://github.com/coder/code-server/releases/download/v${ver}/code
clear_changelog="enable"
bullseye_version="~bullseye+20240510"
bookworm_version="~bookworm+20240510"
trixie_version="~trixie+20240510"
jammy_version="~jammy+20240510"
noble_version="~noble+20240510"
bullseye_version="~bullseye+20240514"
bookworm_version="~bookworm+20240514"
trixie_version="~trixie+20240514"
jammy_version="~jammy+20240514"
noble_version="~noble+20240514"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment