Skip to content

Instantly share code, notes, and snippets.

View maciejChmuraCodete's full-sized avatar

Maciej Chmura maciejChmuraCodete

View GitHub Profile
npm run dev
> @ dev /Users/codete/dev/extension
> yarn && yarn start:browser
yarn install v1.22.11
[1/4] 🔍 Resolving packages...
success Already up-to-date.
$ lerna run prepare
lerna info version 2.4.0
@maciejChmuraCodete
maciejChmuraCodete / contribution.ts
Created September 1, 2021 07:42
move debugger to bottom panel
import { injectable, inject } from "inversify";
import {
CommandContribution,
CommandRegistry,
MenuContribution,
MenuModelRegistry,
MessageService,
} from "@theia/core/lib/common";
import { CommonMenus } from "@theia/core/lib/browser";
import { ApplicationShell } from "@theia/core/lib/browser";