Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Removes unused setting
main
Eric Amodio
há 3 anos
ascendente
de410f3dda
cometimento
e4700ed601
2 ficheiros alterados
com
1 adições
e
5 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-4
package.json
+0
-1
src/config.ts
+ 1
- 4
package.json
Ver ficheiro
@ -2564,11 +2564,8 @@
"scope"
:
"window"
}
,
"gitlens.advanced.useSymmetricDifferenceNotation"
:
{
"type"
:
"boolean"
,
"default"
:
true
,
"deprecationMessage"
:
"Deprecated. This setting is no longer used"
,
"markdownDescription"
:
"Deprecated. This setting is no longer used"
,
"scope"
:
"window"
"markdownDescription"
:
"Deprecated. This setting is no longer used"
}
}
}
,
+ 0
- 1
src/config.ts
Ver ficheiro
@ -316,7 +316,6 @@ export interface AdvancedConfig {
}
;
repositorySearchDepth
:
number
;
similarityThreshold
:
number
|
null
;
useSymmetricDifferenceNotation
:
boolean
;
}
export
interface
CodeLensConfig
{
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar