Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
80c270cc
Commit
80c270cc
authored
Dec 01, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update method name
parent
7d024184
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
git-handle.js
apps/remix-ide/src/app/files/git-handle.js
+1
-2
gitClient.ts
libs/remixd/src/services/gitClient.ts
+1
-2
No files found.
apps/remix-ide/src/app/files/git-handle.js
View file @
80c270cc
...
...
@@ -5,8 +5,7 @@ const profile = {
name
:
'git'
,
displayName
:
'Git'
,
url
:
'ws://127.0.0.1:65521'
,
methods
:
[
'command'
],
events
:
[],
methods
:
[
'execute'
],
description
:
'Using Remixd daemon, allow to access git API'
,
kind
:
'other'
,
version
:
packageJson
.
version
...
...
libs/remixd/src/services/gitClient.ts
View file @
80c270cc
import
*
as
WS
from
'ws'
// eslint-disable-line
import
{
PluginClient
}
from
'@remixproject/plugin'
const
{
spawn
}
=
require
(
'child_process'
)
const
gitRegex
=
'^git
\\
s[^&|;]*$'
export
class
GitClient
extends
PluginClient
{
methods
:
[
'
command
'
]
methods
:
[
'
execute
'
]
websocket
:
WS
currentSharedFolder
:
string
readOnly
:
boolean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment