File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/platform/endpoint/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ const VSC_MODEL_HASHES_A = [
2121 'b576d46942ee2c45ecd979cbbcb62688ae3171a07ac83f53b783787f345e3dd7' ,
2222 'b46570bfd230db11a82d5463c160b9830195def7086519ca319c41037b991820' ,
2323 '6b0f165d0590bf8d508540a796b4fda77bf6a0a4ed4e8524d5451b1913100a95' ,
24- ] ;
25-
26- const VSC_MODEL_HASHES_B = [
2724 'e30111497b2a7e8f1aa7beed60b69952537d99bcdc18987abc2f6add63a89960' ,
2825 'df610ed210bb9266ff8ab812908d5837538cdb1d7436de907fb7e970dab5d289' ,
2926 '6db59e9bfe6e2ce608c0ee0ade075c64e4d054f05305e3034481234703381bb5' ,
3027] ;
3128
29+ // Currently empty, will be used in future for a different set of VSC models
30+ const VSC_MODEL_HASHES_B : string [ ] = [ ] ;
31+
3232const HIDDEN_MODEL_E_HASHES : string [ ] = [
3333 '6013de0381f648b7f21518885c02b40b7583adfb33c6d9b64d3aed52c3934798'
3434] ;
You can’t perform that action at this time.
0 commit comments