File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,16 @@ function event_listener(pe::Pluto.FileSaveEvent)
134134 end
135135end
136136
137+ # function event_listener(pe::Pluto.FileLocalChangeEvent)
138+ # @info "Overriden filesave event for" pe.path
139+ # id = string(pe.notebook.notebook_id)
140+ # oldContent = get(extensionData.textRepresentations, id, "")
141+ # if oldContent != pe.fileContent
142+ # whenNotebookUpdates(pe.path, pe.fileContent)
143+ # extensionData.textRepresentations[id] = pe.fileContent
144+ # end
145+ # end
146+
137147extensionData. session. event_listener = event_listener
138148# ##
139149@info " OPEN NOTEBOOK"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { TextDecoder, TextEncoder } from "util"
66import { v4 as uuid } from "uuid"
77
88// this is a commit on the vscode-webview-proxy branch, see https://github.com/fonsp/Pluto.jl/pull/1493
9- export const PLUTO_BRANCH_NAME = "12fc15932cbb6ac3bc83e4d758b590f168d069c9 "
9+ export const PLUTO_BRANCH_NAME = "b1ada028a0c8a66de2cab211052681e05ed31203 "
1010
1111/*
1212HELLO
You can’t perform that action at this time.
0 commit comments