extensionPath property

String get extensionPath

The absolute file path of the directory containing the extension. Shorthand notation for {@link TextDocument.uriExtensionContext.extensionUri.fsPath} (independent of the uri scheme).

Implementation

_i2.String get extensionPath => _i5.getProperty(
      this,
      'extensionPath',
    );