josh vito

Results 14 comments of josh vito

@sandy081 I don't have any other steps. I just noticed that the `Ctrl + Shft + D` shortcut was opening the debugger and not duplicating lines anymore, so I went...

I tried to uninstall the sublime keymap extension from the extensions menu, and it would just auto re-install itself on reload or app relaunch. I fixed this by ... -...

We see this as being introduced in 3.90, and persists through 3.93.0. Our temporary fix is to set provider version to < 3.90 or turn provider registration off. e.g. ```...

We are getting this error on a service principle that has owner permissions at the subscription level. All of the work is being performed in this subscription. I wouldn't classify...

tldr; Updated error log output helped us trace the root cause of our issue. _`│ Original Error: Cannot register providers: Microsoft.DataFactory, Microsoft.AppConfiguration. Errors were: Cannot register provider Microsoft.DataFactory with Azure...

+1 for proxy settings and I'd like to suggest including Server Side Includes(shtml)

@timofei-iatsenko RE: > To workaround the issue, i created a cjs file which is called from my ESM modules with the following content: What syntax did you use to call...

I also have this setup on an app service running in iisexpress, and there is no data being logged to Application Insights.

@JacksonWeber Sure! The Azure we have an Application Insights instance, and a windows flavor of an App Service. Both in the same Subscription and Location. ## Configuration on the app...

Using the workaround from #1354 , the requests are not being logged. Maybe my implementation has an error? I updated my comment above to include the workaround attempt.