Commit ad9dd82d authored by yann300's avatar yann300

linting

parent e73f6df4
...@@ -131,7 +131,6 @@ module.exports = class Filepanel extends ViewPlugin { ...@@ -131,7 +131,6 @@ module.exports = class Filepanel extends ViewPlugin {
async initWorkspace () { async initWorkspace () {
const queryParams = new QueryParams() const queryParams = new QueryParams()
const gistHandler = new GistHandler() const gistHandler = new GistHandler()
const workspacesPath = this._deps.fileProviders.workspace.workspacesPath
const params = queryParams.get() const params = queryParams.get()
// get the file from gist // get the file from gist
const loadedFromGist = gistHandler.loadFromGist(params, this._deps.fileManager) const loadedFromGist = gistHandler.loadFromGist(params, this._deps.fileManager)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment