Adjust codeAction validation to account for notebook kind (#183859)

This commit is contained in:
Michael Lively 2023-05-30 13:54:39 -07:00 committed by GitHub
parent 8a71f8515d
commit 9f3c499c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ class CodeActionOnSaveParticipant implements IStoredFileWorkingCopySaveParticipa
if (!codeActionsOnSave.length) {
if (!codeActionsOnSave.length && !notebookCodeActionsOnSave.length) {
return undefined;
}