Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Izpētīt
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
Pārlūkot izejas kodu
Removes README note from pre-releases
Since pre-releases feed the marketplace content
main
Eric Amodio
pirms 2 gadiem
vecāks
e615721002
revīzija
aa7ccd988d
3 mainītis faili
ar
8 papildinājumiem
un
5 dzēšanām
Dalītais skats
Salīdzināšanas iespējas
Rādīt statistiku
Lejupielādēt ielāpa failu
Lejupielādēt izmaiņu failu
+0
-1
README.pre.md
+4
-2
scripts/applyInsidersPatch.js
+4
-2
scripts/applyPreReleasePatch.js
+ 0
- 1
README.pre.md
Parādīt failu
@ -1 +0,0 @@
> **This is the pre-release edition of GitLens for early feedback, and testing. It works best with [
VS Code Insiders
](
https://code.visualstudio.com/insiders
).**
+ 4
- 2
scripts/applyInsidersPatch.js
Parādīt failu
@ -3,8 +3,10 @@ const fs = require('fs');
// Patch README
const
insert
=
fs
.
readFileSync
(
'./README.insiders.md'
,
{
encoding
:
'utf8'
}
)
;
const
data
=
fs
.
readFileSync
(
'./README.md'
,
{
encoding
:
'utf8'
}
)
;
fs
.
writeFileSync
(
'./README.md'
,
`
${
insert
}
\
n
${
data
}
`
)
;
if
(
insert
.
trim
(
)
.
length
!==
0
)
{
const
data
=
fs
.
readFileSync
(
'./README.md'
,
{
encoding
:
'utf8'
}
)
;
fs
.
writeFileSync
(
'./README.md'
,
`
${
insert
}
\
n
${
data
}
`
)
;
}
// Patch package.json
const
date
=
new
Date
(
new
Date
(
)
.
toLocaleString
(
'en-US'
,
{
timeZone
:
'America/New_York'
}
)
)
;
+ 4
- 2
scripts/applyPreReleasePatch.js
Parādīt failu
@ -3,8 +3,10 @@ const fs = require('fs');
// Patch README
const
insert
=
fs
.
readFileSync
(
'./README.pre.md'
,
{
encoding
:
'utf8'
}
)
;
const
data
=
fs
.
readFileSync
(
'./README.md'
,
{
encoding
:
'utf8'
}
)
;
fs
.
writeFileSync
(
'./README.md'
,
`
${
insert
}
\
n
${
data
}
`
)
;
if
(
insert
.
trim
(
)
.
length
!==
0
)
{
const
data
=
fs
.
readFileSync
(
'./README.md'
,
{
encoding
:
'utf8'
}
)
;
fs
.
writeFileSync
(
'./README.md'
,
`
${
insert
}
\
n
${
data
}
`
)
;
}
// Patch package.json
const
date
=
new
Date
(
new
Date
(
)
.
toLocaleString
(
'en-US'
,
{
timeZone
:
'America/New_York'
}
)
)
;
Rakstīt
Priekšskatītījums
Notiek ielāde…
Atcelt
Saglabāt