Path: blob/main/extensions/copilot/test/base/salts.ts
13389 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45export const TestingCacheSalts = {6requestCacheSalt: '2025-02-19T14:49:06.023Z',7nesFetchCacheSalt: '2025-02-19T14:49:06.023Z',8embeddingsCacheSalt: '2025-02-19T14:49:06.023Z',9tscCacheSalt: '2025-02-19T14:49:06.023Z',10roslynCacheSalt: '2025-03-13T17:34:05.873Z',11eslintCacheSalt: '2025-02-19T14:49:06.023Z',12pylintCacheSalt: '2025-02-19T14:49:06.023Z',13pyrightCacheSalt: '2025-02-19T14:49:06.023Z',14pythonCacheSalt: '2025-02-19T14:49:06.023Z',15globalStateSalt: '2025-02-19T14:49:06.023Z',16globalStorageSalt: 'NOT USED',17notebookCacheSalt: '2025-02-19T14:49:06.023Z',18docSearchCacheSalt: '2025-02-19T14:49:06.023Z',19codeSearchCacheSalt: 'NOT USED',20cppCacheSalt: '2025-02-19T14:49:06.023Z',21chunksEndpointCacheSalt: '2025-02-19T14:49:06.023Z',22ruffCacheSalt: '2025-02-19T14:49:06.023Z',23globalStateCacheSalt: '2025-02-19T14:49:06.023Z',24modelMetadata: '2025-10-23T15:44:16.705Z'25};262728