import { Position, Range, Selection, TextEditor, TextLine, WorkspaceEdit } from "vscode"; import CGen from "./CGen"; export default class CppGen extends CGen { // For now C++ is the same as C }