From 3a09144a2af08a8ee0bb5c68f58eca7f12960baa Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Tue, 30 Jul 2024 09:50:20 +0200 Subject: [PATCH] Remove rich nav indexer --- build/azure-pipelines/win32/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build/azure-pipelines/win32/build.yml b/build/azure-pipelines/win32/build.yml index fd985bdd..884f50bd 100644 --- a/build/azure-pipelines/win32/build.yml +++ b/build/azure-pipelines/win32/build.yml @@ -11,12 +11,4 @@ steps: - script: | npm run lint npm run compile - displayName: 'Lint & Compile' - -- task: RichCodeNavIndexer@0 - displayName: VS Rich Code Navigation Upload - inputs: - languages: typescript, - typescriptVersion: 0.6.0-next.21 - configFiles: .lsifrc.json - continueOnError: true \ No newline at end of file + displayName: 'Lint & Compile' \ No newline at end of file