Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "cpptools"

Module for vscode-cpptools integration.

This module uses the vscode-cpptools API to provide that extension with per-file configuration information.

Index

Type aliases

StandardVersion

StandardVersion: "c89" | "c99" | "c11" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17"

Variables

Const BEST_GUESS_PREFERENCE_KEY

BEST_GUESS_PREFERENCE_KEY: "bestGuessPreference.1" = "bestGuessPreference.1"

Const log

log: Logger = createLogger('cpptools')

Functions

_stemSourcePath

  • _stemSourcePath(filepath: string): string
  • Parameters

    • filepath: string

    Returns string

parseCompileFlags

Generated using TypeDoc