This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removes unused setting
main
Eric Amodio
3 years ago
parent
de410f3dda
commit
e4700ed601
2 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
package.json
+0
-1
src/config.ts
+ 1
- 4
package.json
View File
@ -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
View File
@ -316,7 +316,6 @@ export interface AdvancedConfig {
}
;
repositorySearchDepth
:
number
;
similarityThreshold
:
number
|
null
;
useSymmetricDifferenceNotation
:
boolean
;
}
export
interface
CodeLensConfig
{
Write
Preview
Loading…
Cancel
Save