"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LS_CERT_FINGERPRINT = exports.WINDOW_ORIGIN = exports.LS_LOG_FILE_NAME = exports.DYNAMIC_PORT = void 0; /** Pass 0 to the LS so the OS assigns an available port automatically. */ exports.DYNAMIC_PORT = 0; exports.LS_LOG_FILE_NAME = 'language_server.log'; exports.WINDOW_ORIGIN = 'https://127.0.0.1'; exports.LS_CERT_FINGERPRINT = 'sha256/sTZpQemOWEytaZqa7P/y/dNXbHMdOAzMvzHEhUwHZXw=';