This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 8cc918b  Always do save modified files when used through LSP. We get 
all the changes through the protocol.
     new 76317c1  Merge pull request #2730 from 
entlicher/vscodeext_SaveModifiedFiles
8cc918b is described below

commit 8cc918b9fc9768fb77c04e9e07a1459cfd83d4d1
Author: Martin Entlicher <martin.entlic...@oracle.com>
AuthorDate: Thu Feb 4 15:00:31 2021 +0100

    Always do save modified files when used through LSP. We get all the changes 
through the protocol.
---
 .../org/netbeans/modules/openide/loaders/Bundle.properties              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/java/java.lsp.server/nbcode/branding/modules/org-openide-loaders.jar/org/netbeans/modules/openide/loaders/Bundle.properties
 
b/java/java.lsp.server/nbcode/branding/modules/org-openide-loaders.jar/org/netbeans/modules/openide/loaders/Bundle.properties
index 5a168f8..caf4c2c 100644
--- 
a/java/java.lsp.server/nbcode/branding/modules/org-openide-loaders.jar/org/netbeans/modules/openide/loaders/Bundle.properties
+++ 
b/java/java.lsp.server/nbcode/branding/modules/org-openide-loaders.jar/org/netbeans/modules/openide/loaders/Bundle.properties
@@ -16,6 +16,6 @@
 # under the License.
 
 # yes/no/ask
-ASK_OnSaving=no
+ASK_OnSaving=yes
 # yes/no/ask
 ASK_OnClosing=no


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to