Make script blocks respect js/ts.implicitProjectConfig.strictNullChecks (#179333)

Fixes #179331

Also fixes experimental decorators for script blocks
This commit is contained in:
Matt Bierner
2023-04-06 06:59:44 -07:00
committed by GitHub
parent a0ff19a2cd
commit e0ebb7b740
4 changed files with 17 additions and 7 deletions

View File

@@ -155,7 +155,7 @@ async function startClientWithParticipants(languageParticipants: LanguagePartici
const clientOptions: LanguageClientOptions = {
documentSelector,
synchronize: {
configurationSection: ['html', 'css', 'javascript'], // the settings to synchronize
configurationSection: ['html', 'css', 'javascript', 'js/ts'], // the settings to synchronize
},
initializationOptions: {
embeddedLanguages,