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