Skip to content

Bulut Bilisimciler VSCode Lab environment initial render set and helper function extension.

Notifications You must be signed in to change notification settings

Bulut-Bilisimciler/vscode-bb-lab-init-helpers

Repository files navigation

Bulut Bilisimciler Open-VSCode Server Initial Render Helpers README

This is a very simple Visual Studio Code extension that sets a few user settings at startup which we can't preset in open-vscodeserver without recompiling the server.

Features

This will set the following user settings at startup:

{
  "update.mode": "none",
  "telemetry.telemetryLevel": "off",
  "extensions.autoCheckUpdates": false,
  "extensions.autoUpdate": false,
}

Requirements

There are no special requirements for this extension.

Known Issues

Setting update.mode to none officially requires a restart of Visual Studio Code and therefore may not really achieve much initially.

Packaging

npm install -g vsce
vsce package
  • Upload to a new Github release

Release Notes

0.0.2

Terminal is disabled by default.

0.0.1

Initial release of bb-initial-helper

About

Bulut Bilisimciler VSCode Lab environment initial render set and helper function extension.

Resources

Stars

Watchers

Forks

Packages

No packages published