CrossRider - can't create a new key in the local database, debug mode - crossrider

We are using CrossRider to develop an extension for Internet Explorer. I tried to create a new key in the local database in debug mode. The problem is that I can't rename the key or the value, they remain the same and I can't specify a specific key and value.
I'm using Internet Explorer 11 but this extension should work on all versions of Internet Explorer.

Related

VS Code User settings reset when connecting to a VM using ssh

I am used to using VS Code to work on projects locally on my (Windows) laptop. However, for a new project I'm working on, I need an Ubuntu VM, which I installed with VM Box. The issue is that developing directly in the VM is not as seamless as I would like it to be, which is why I want to connect to the VM remotely from my laptop.
I was able to connect to the VM, but all my VS Code User settings were seemingly reset or absent for the remote session. All my configurations in the settings but also the extensions were gone. If I open a local window, the settings are still there, but not in the remote session.
I get that it might be useful for virtual environments and things like that, but I don't want to have to copy all my user settings and reinstall manually all my extensions that I will use regardless of the project.
Is there any way to use my user settings for remote sessions as well?

Does vscode support web experience editing file in a remote instance?

Like Theia, code-server, those tools allow user editor files in a remote instance from browser.
I wondering if vscode native (without extension) support this, so user could open a workspace on a remote instance.

App Engine localhost publication from eclipse-photon

I had been working on Google app engine for some time with great success. However, recently I was forced to upgrade to Eclipse-Photon from Eclipse-Mars.
I can run a debugging version of the server on localhost:8080 just fine except when I change any of the TypeScript files. Formerly when I would run the TypeScript compiler to generate new JavaScript the server would automatically update the server. Now when I generate a new JavaScript file, the server continues to serve the old version. I have my expirations set to 0 and I have automatic publication turned on.
For a while I could make it work by telling the server to Publish. Now that has stopped working as well. If I save any file from inside of Eclipse I see a little message flash by indicating publication and then that file serves properly. If I load the generated JavaScript file and then modify it slightly then it will publish and serve correctly.
Obviously Photon is no longer tracking file changes that way that Mars did. I could easily copy the generated file to the correct place if I knew where that place was.
Are you running your TypeScript compilation from outside of Eclipse? If so, try doing a Refresh of your project. That should sync up Eclipse's notion of the filesystem state with what is on disk.
Cloud Tools for Eclipse relies on the Web Tools and Resources frameworks to determine whether a resource has changed and needs publishing. Eclipse is normally set up to detect resource changes automatically as configured by two options on the Preferences > General > Workspace preference page: Refresh on access and Refresh using native hooks or polling.

Azure SFTP Connector, Unable to edit App Settings values once created

I created an SFTP Connector in Azure Portal , once configured 'Root Folder' and 'IP address' of the ftp server I was unable to edit its values in the App Settings. The Save Icon in top bar is disabled in the Applications Settings Blade.
However I can change it via PowerShell script but when I try to edit key value pairs of App Settings in the Applications Settings Blade, The Save button remains disabled even If I enter new Key/Value pair in the App Settings or delete any of them. I also try reloading the portal but in vain.
Any Ideas?
With the latest February preview version of release there is a new concept called "connection" entity, which should be configured before using the new connectors. Basically appsettings are exposed through connections and are being used by the connectors during runtime, hence I would suggest try checking all the connection properties are configured correctly.
Erik Oppedijk It will be great if you can provide some more info of the scenario you are trying out and where is it failing.

Creating and Exporting Certificate for Remote Desktop Connection Manager v2.7

Can anyone help me create a certificate to use with the new version of Remote Desktop Connection Manager v2.7? I see the new version removed the "Store as plain text" option, but added using a certificate to the list.
I was wondering if anyone knew how to create a certificate (self-signed or whatever) that I could install on both computers to allow me to pass the config file between machines. I haven't been able to find anything online!
Thanks in advance.
If you in Remote Desktop Connection Manager click on the Help menu, and Usage, you will see a web page. On the Contents list, click on Encryption Settings (Under Local Options). There you will see how to create a personal certificate that RDCMan can use.
You will first need to get makecert.exe if you don't have it on your computer. You can get it by installing Windows SDK or Visual Studio.