Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/matgrp/htm/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 24.1.2022 mit Größe 494 B image not shown  

Quellcode-Bibliothek extension.ts   Sprache: unbekannt

 
'use strict';

import { ExtensionContext, window } from 'vscode'

export function activate(context: ExtensionContext)
{
  window.showErrorMessage("Obsolete extension: use bundled Isabelle/VSCode from the Isabelle distribution")
}

export function deactivate() { }

[ 0.31Quellennavigators  Projekt   ]